List schedules
Retrieves a list of all schedules associated with the authenticated user’s organization. If a project ID is provided in the header, the results are filtered to only include schedules for that project.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Response
Successful Response
ID of the schedule
Unique human readable name for the schedule
Cron-based schedule response with timezone-aware values.
The cron expression is dynamically converted from UTC back to the original timezone specified by the user for display purposes.
- CronScheduleResponse
- OneOffScheduleResponse
Reference ID (e.g. workflow config ID) held in Data Readiness resources
Schedule configuration (currently only NOTIFICATION is supported)
Whether the schedule is ready to be triggered

