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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter by workflow ID
Filter by machine ID
Filter by run status
scheduling
, running
, success
, cancelled
, error
Filter runs created at or after this ISO timestamp (UTC)
Filter runs created at or before this ISO timestamp (UTC)
x >= 0
1 <= x <= 1000
Successful Response
The response is of type object
.