Skip to main content
GET
List Executions

Authorizations

x-api-key
string
header
required

Query Parameters

flow_id
string | null

Filter by flow ID

status
enum<string> | null

Filter by status Flow execution status enumeration.

Available options:
pending,
queued,
running,
completed,
failed,
cancelled,
timeout,
retrying
trigger_type
enum<string> | null

Filter by trigger type How the execution was triggered.

Available options:
manual,
event,
scheduled,
api,
webhook,
test
start_date
string<date-time> | null

Filter executions after this date

end_date
string<date-time> | null

Filter executions before this date

page
integer
default:1

Page number

Required range: x >= 1
page_size
integer
default:50

Number of items per page

Required range: 1 <= x <= 100

Response

Successful Response

Response model for execution list operations.

executions
FlowExecution · object[]
required

List of executions

total_count
integer
required

Total number of executions

page
integer
required

Current page number

page_size
integer
required

Number of items per page

has_more
boolean
required

Whether there are more pages