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
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error