list_runs
Retrieve all workflow runs across the tenant, newest first. Filter by status, date range, and include archived if needed.
Instructions
List workflow runs across the tenant, newest first. Archived runs are excluded unless includeArchived is true. To list runs of ONE workflow, use list_workflow_runs instead — this route has no workflow filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 50, capped at 200. | |
| offset | No | Default 0. | |
| status | No | Comma-separated statuses, e.g. "running,failed". Omit for all. | |
| createdAfter | No | ISO date lower bound. | |
| createdBefore | No | ISO date upper bound. | |
| includeArchived | No | Defaults to false. |