Zum Inhalt springen

Workflow Runs

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

List of valid attributes:

Attribute Description Specifics
completed_at Time of completion Cannot be set
created_at Time of creation Cannot be set
failed Whether the run failed Boolean, cannot be set
stopped Whether the run was stopped by a condition Boolean, cannot be set

Example response:

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

This endpoint returns all runs of a workflow.

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

Parameter Description
workflow_id The ID of the workflow of which to get the runs