List flow executions with filtering and pagination.
Supports filtering by:
Filter by flow ID
Filter by status Flow execution status enumeration.
pending
, queued
, running
, completed
, failed
, cancelled
, timeout
, retrying
Filter by trigger type How the execution was triggered.
manual
, event
, scheduled
, api
, webhook
, test
Filter executions after this date
Filter executions before this date
Page number
x >= 1
Number of items per page
1 <= x <= 100
Successful Response
Response model for execution list operations.