List all runs for the authenticated organization.
Supports pagination and filtering by workflow, machine, and status. Returns runs with their associated workflow and machine data.
Use the include parameter to fetch related resources in the response.
Related resources are returned in the included array following the JSON:API pattern.
Resources are deduplicated across all items in the list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by workflow ID
Filter by machine ID
Filter by session ID
Filter by run status
scheduling, running, success, cancelled, task_failed, error Filter runs created at or after this ISO timestamp (UTC)
Filter runs created at or before this ISO timestamp (UTC)
Search runs by id, input_values, output_data, error, session_alias (case-insensitive substring match)
If true, also search run_message_history (slower but more comprehensive)
Optional list of fields to include per run. Always includes: id, workflow_id, machine_id, status, created_at. Provide multiple 'fields=' params to include more.
Selectable run fields for projection in list endpoints.
These are optional fields beyond the essential identifiers that are always returned (id, workflow_id, machine_id, status, created_at).
user_id, organization_id, error, output_data, input_attachment_ids, output_attachment_ids, run_message_history, input_values, pool_ids, sensitive_input_aliases, usage_metadata, session_id, session_alias, release_session_after, started_at, ended_at, machine_id Comma-separated list of related resources to include. Allowed values: workflow, machine, machine.pools. Example: include=workflow,machine
x >= 01 <= x <= 1000