list_journey_runs
List journey runs, newest first. Filter by journey, status, or a created_at window to find a run that stalled or errored, then read its steps with list_journey_run_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Runs per page, 1 to 50. Defaults to 20. | |
| cursor | No | next_cursor from a previous response | |
| status | No | Comma-separated run statuses to filter on, e.g. PROCESSED,ERROR | |
| end_date | No | Inclusive upper bound on created_at, ISO 8601 date or timestamp | |
| start_date | No | Inclusive lower bound on created_at, ISO 8601 date or timestamp | |
| template_id | No | Comma-separated journey ids to filter on |