Get Workflow Runs
Retrieve a list of runs for a specific workflow.
Authorizations
Bearer token authentication using your API key
Path Parameters
The ID of the org
The ID of the workflow
Query Parameters
Origin of the run
ALL, WORKFLOW, TRIGGER, WEBHOOK Status of the run
ALL, PENDING, RUNNING, CANCELED, COMPLETED, SKIPPED, FAILED Page number
Number of items to take
Next page token (Only used on special endpoints)
Response
Unique identifier for the run
Status of the run
PENDING, RUNNING, CANCELED, COMPLETED, SKIPPED, FAILED "RUNNING"
Origin of the run
WORKFLOW, TRIGGER, WEBHOOK "WORKFLOW"
Timestamp of when the run started
Timestamp of when the run ended
ID of the associated org where the run was triggered from
ID of the associated org where the workflow belongs to
ID of the associated workflow
Draft version of the workflow
Details of the workflow version used for the run
Timestamp of when the run was created
Timestamp of when the run was last updated
Result of the run
Outputs of all steps in the run
Error message if the run failed
Version number of the workflow
Credits usage of the run