Skip to main content

List a workflow's recent executions

GET 

/v1/workflows/:workflow_id/executions

List a workflow's recent executions, newest first, with status, trigger source and timing.

Control the page size with limit (1-100). Use this to confirm a workflow is firing as expected, then open a specific run with GET /v1/workflows/executions/{execution_id} for per-node detail.

Requires the workflows:read scope.

Request

Responses

Successful Response