Retrieve a schedule
Schedules
Retrieve a schedule
Fetch a schedule by id.
GET
Retrieve a schedule
Returns the schedule object.
Path parameters
The schedule’s id (UUID).
The schedule object
Unique id (UUID).
Display name.
Optional description.
When the schedule fires:
type ("cron"), expression (five-field cron), and timezone (IANA name the expression is evaluated in).Template used to create each scheduled session, in the Create session body shape. Re-resolved on every fire.
Whether the schedule is paused. Paused schedules do not fire automatically but can still be triggered.
Why the schedule is paused: the note passed to Pause, or an explanatory note when it was paused automatically after repeated failures.
The next 5 fire times (UTC, RFC 3339). Empty while paused.
When the schedule last fired automatically. Manual triggers do not update it.
When the schedule was created.
When the schedule was last modified.
Examples
Response
Errors
| Status | Cause |
|---|---|
404 | No schedule with this id in your organization. |