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.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the schedule run to retrieve
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