List workflow runs

get/workflow_runs

Query parameters

pageinteger

Response

Paginated list of runs, newest first

uidstring
status'queued' | 'running' | 'completed' | 'failed'
workflowstring

UID of the workflow that was run

progressinteger

Percentage of steps completed. A failed run reports how far it got.

inputsobject

Inputs this run was started with

outputsobject

Every completed step's output, keyed by step name

metadatastring nullable

Arbitrary metadata string round-tripped from the create request

errorstring

Only present when the run failed

selfstring uri
created_atstring date-time
completed_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.