v1
latestOpenAPI 3.1.02026-07-22136108233.0 KBList Runs
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.
Query parameters
Filter by workflow ID
Filter by workflow ID
Filter by machine ID
Filter by machine ID
Filter by session ID
Filter by session ID
Filter by run status
Filter runs created at or after this ISO timestamp (UTC)
Filter runs created at or after this ISO timestamp (UTC)
Filter runs created at or before this ISO timestamp (UTC)
Filter runs created at or before this ISO timestamp (UTC)
Run sort mode. 'activity' prioritizes running/scheduling and recent completions. 'created_at_desc' returns strict reverse-chronological order.
Search runs by id, input_values, output_data, error, session_alias (case-insensitive substring match)
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)
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.
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.
Comma-separated list of related resources to include. Allowed values: workflow, machine, machine.pools. Example: include=workflow,machine
Comma-separated list of related resources to include. Allowed values: workflow, machine, machine.pools. Example: include=workflow,machine
Response
Successful Response