List schedule runs
Schedules
List schedule runs
Browse a schedule’s fire history.
GET
List schedule runs
Returns the schedule’s recent fires, newest first. Every fire produces a run record, including skipped and failed ones, so the history is gap-free. Runs are retained for 90 days.
Returns a paginated list of run records.
Path parameters
The schedule’s id (UUID).
Query parameters
Page number (1-based).
Items per page. Maximum:
1000.Sort order. Options:
scheduled_for, -scheduled_for.The run record
Unique id for this run (UUID).
The schedule that fired.
Outcome of the fire:
created, skipped_overlap (previous session still active), skipped_quota (organization at quota), or error.The fire’s due time (UTC, RFC 3339).
The created session’s id when
status is created, otherwise null.Failure detail when
status is error.When the run record was written.
Examples
Response
Errors
| Status | Cause |
|---|---|
404 | No schedule with this id in your organization. |