GET /api/v1/forward/schedule_runs
Lists Schedule Runs for an Identity. Pass schedule_id to narrow results to one Schedule.
Headers
Query parameters
Example request
Example response
HTTP 200 OKResponse fields
Each
data[] item is a Schedule Run object with the same fields documented by Get Schedule Run, including trigger_context, error, push_sink, push_status, attempt, and execution timestamps. attempt starts from 1; when the Schedule has execution.max_attempts=2 and the server completes an automatic retry, the same Run may return attempt=2.
Errors
Notes
- Schedule Runs are independent resources.
completed,failed, andskippedare terminal statuses.push_statusdescribes IM streaming delivery and is independent from the main runstatus.