Workflow Runs
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 |
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
Parameter | Description |
---|---|
workflow_id | The ID of the workflow of which to get the runs |