List schedules
Retrieves scheduled tasks. This endpoint supports filtering, sorting, and cursor-based pagination.
To retrieve the recipients for a schedule, use the List schedule recipients endpoint.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Query Parameters
Search term for filtering schedules by name, dashboard name, or owner name (case-insensitive).
Filter schedules by delivery status.
success, error, canceled, none Filter schedules by destination type.
email, slack, webhook, sftp, s3 Filter by schedule type.
alert, schedule Filter schedules by content type.
dashboard, single tile The field to sort results by.
scheduleName, dashboardName, ownerName, lastRun, lastRunStatus The direction to sort results.
asc, desc The page number for offset-based pagination.
The number of results to include on each page.
1 <= x <= 100Filter schedules by the owner's membership ID. Use the List users endpoint to retrieve membership IDs.
API results vary by API key type:
- Organization API keys - When specified, only schedules for the specified owner are returned. Otherwise, all schedules in the organization are returned.
- Personal access token - When specified, only the token owner's membership ID is allowed. If another user's membership ID is provided, the API will return a
403 Forbiddenerror.
Filter schedules by embed entity:
- If used as the only filter, list all schedules in the embed entity
- If used with
ownerId, list only schedules for the specified user if they are associated with theembedEntity. The response will be empty if the specifiedownerIddoesn't have the entity. - Can be combined with other filters for more specific results
Filter schedules by dashboard ID. This can be retrieved by:
- Opening the document settings - Navigate to File > Document settings in the dashboard and then click Settings. The Identifier field contains the dashboard ID.
- Using the dashboard's URL - The string after
/dashboardsis the dashboard's ID; for example:https://myorg.omniapp.co/dashboards/12db1a0a