List scheduled notifications
Notifications
List scheduled notifications
GET
List scheduled notifications
🔒 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 deployment’s scheduled notifications (recurring dashboard runs), ordered by creation time (newest first) and cursor-paginated. Optionally filter to a single dashboard with
dashboardId. Each item describes the schedule only; recipients are managed through the /recipients sub-resource.Authorizations
Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.
Path Parameters
Numeric id of the deployment that owns the notification.
Query Parameters
Optional filter: only return notifications for this dashboard id.
Required range:
x >= 1Page size for cursor pagination (default 100, max 200).
Required range:
1 <= x <= 200Opaque cursor for the next page; pass the previous response's pageInfo.endCursor.