List notification recipients
Notifications
List notification recipients
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
Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.
Path Parameters
Numeric id of the deployment that owns the notification.
Numeric id of the notification (scheduled run).