Skip to main content
GET
List notification recipients
🔒 Admin only. Requires administrator privileges — the authenticated principal (API key, embed JWT, or any bearer token) must belong to a user with the admin role. Returns the recipients subscribed to a notification, cursor-paginated and ordered by creation time (newest first). Recipients span three kinds, distinguished by type: USER (a main console user, with userId + email), EMBED_USER (an embed user, with embedUserId, embedTenantName, externalId, and email), and SLACK (a channel, with channelId + channelName). Returns 404 if the notification is not part of this deployment.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required

Numeric id of the deployment that owns the notification.

id
integer
required

Numeric id of the notification (scheduled run).

Query Parameters

after
string | null
first
integer | null
Required range: x >= 1

Response

200 - application/json
items
object[]
required
pageInfo
object | null