v1

latestOpenAPI 3.1.02026-07-17121821.6 KB
Executions

List workflow executions

Requires executions:read.

Supports pagination with page and per_page, plus filters status, inserted_after and inserted_before.

get/api/v1/workflows/{workflow_id}/executions

Path parameters

workflow_idinteger required

Workflow numeric ID.

Query parameters

pageinteger
per_pageinteger
status'queued' | 'running' | 'succeeded' | 'failed'

Filter executions by status.

inserted_afterstring date-time

Return executions inserted at or after this UTC timestamp.

inserted_beforestring date-time

Return executions inserted at or before this UTC timestamp.

Response

Workflow executions.

Example response

{
  "data": [
    {
      "id": "blue-orbit-route"
    }
  ]
}