Get a single schedule run
Retrieves a single schedule run by its ID, including the full schedule snapshot at execution time. The run must belong to the authenticated user’s organization.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
ID of the schedule run to retrieve
Response
Successful Response
Detailed view of a single schedule run including the full schedule snapshot.
Unique ID of the schedule run
ID of the schedule that was executed
Organization ID associated with the run
Execution status of the run (e.g. PENDING, SUCCESS, FAILURE)
Timestamp when the run record was created (UTC)
JSON snapshot of the schedule configuration at the time of execution
Optional project ID associated with the run
Optional description of how the task failed; empty when successful

