Skip to main content
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 OK

Response 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, and skipped are terminal statuses.
  • push_status describes IM streaming delivery and is independent from the main run status.

Run a schedule

Get schedule run