GET /api/v1/forward/schedule_runs/{run_id}
Returns a single Schedule Run execution record. identity_id may be provided as an additional ownership constraint.
Headers
Path parameters
Query parameters
Example request
Example response
HTTP 200 OKResponse fields
Trigger context
Run error
Theerror object describes structured failure or skip reasons. It may be returned when status is failed or skipped; it is null when status is completed.
Schedule automatic retries are determined by the server based on failure type. Parameter errors, permission errors, concurrency limits, timeouts, or connection interruptions are not guaranteed to be retried. The response only returns the public fields defined on this page.
Errors
Notes
error.type=concurrency_limit_reachedmeans a run was recorded but skipped due tomax_concurrent_runs.- Poll this endpoint until
statusenters a terminal state.