Skip to main content
GET
List flow executions

Authorizations

X-API-Key
string
header
required

API key required for all endpoints

Path Parameters

flow_id
string<uuid>
required

Query Parameters

q[status_eq]
enum<integer>

Filter by status (0=running, 1=waiting, 2=ended, 3=failed)

Available options:
0,
1,
2,
3
q[started_at_gteq]
string<date-time>

Filter executions started on or after this date

q[started_at_lteq]
string<date-time>

Filter executions started on or before this date

Response

A list of flow executions

data
object[]