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.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
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 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 user ID. Use the List users endpoint to retrieve user IDs.
Filter schedules by embed entity:
ownerId, list only schedules for the specified user if they are associated with the embedEntity. The response will be empty if the specified ownerId doesn't have the entity.