Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by workflow ID
Filter by machine ID
Filter by session ID
Filter by run status
Available options:
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)
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.
Required range:
x >= 0
Required range:
1 <= x <= 1000