v1
latestOpenAPI 3.1.02026-07-246113.7 KBList Executions
Retrieves a list of executions for a specified workflow, supporting filtering by time range, workflow ID, and execution statuses. Results can be paginated using cursor-based pagination.
get/list-all
Query parameters
limitinteger
Optional - maximum number of executions to return
fromTimestring date-time
Optional - filter executions created after this time (URL encoded ISO datetime). Defaults to earliest possible time.
toTimestring date-time
Optional - filter executions created before this time (URL encoded ISO datetime). Defaults to now.
previousExecutionCursorstring
Optional - cursor for pagination from previous response
workflowIdstring uuid
Optional - filter executions by workflow ID. Defaults to all workflows.
statusesstring
Optional - comma-separated list of execution statuses to filter by (e.g. QUEUED,RUNNING,COMPLETED). Defaults to all statuses.
Response
Executions retrieved successfully