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
API key authentication. Send Authorization: Api-Key <YOUR_API_KEY>.
Path Parameters
Numeric id of the deployment that owns the notification.
Query Parameters
Optional filter: only return notifications for this dashboard id.
x >= 1Page size for cursor pagination (default 100, max 200).
1 <= x <= 200Opaque cursor for the next page; pass the previous response's pageInfo.endCursor.