Skip to content

Workflow Runs

List of valid attributes:

AttributeDescriptionSpecifics
completed_atTime of completionCannot be set
created_atTime of creationCannot be set
failedWhether the run failedBoolean, cannot be set

List

Example response:

{
"data": [
{
"id": "14833508-e59c-4177-86db-dda7575ff61e",
"type": "workflow_run",
"attributes": {
...
}
},
...
]
}

This endpoint returns all runs of a workflow.

HTTP Request

GET /api/v1/workflows/:workflow_id/runs

URL Parameters

ParameterDescription
workflow_idThe ID of the workflow of which to get the runs