v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Executions

List flow executions

Return a paginated history of flow executions. Supports filtering by flowId, triggerId, status, and a from/to time range, plus free-text search and ordering by startedAt, finishedAt, or status.

get/executions

Query parameters

pageinteger
pageSizeinteger
flowIdstring uuid
triggerIdstring uuid
status'pending' | 'running' | 'success' | 'failed' | 'cancelled' | 'skipped' | 'invalid'
fromstring nullable
tostring nullable
searchstring
orderBy'startedAt' | 'finishedAt' | 'status'
orderByDirection'asc' | 'desc'

Response

Execution history