List Flow Executions

Retrieve a list of Agentic Flow Executions.

Returns the Flow Executions owned by the caller. Supports filter (e.g. flow_id:<id>, status:running), order, and cursor pagination.

Query Params
int32
0 to 40
Defaults to 10

Maximum number of executions to return.

string

Continuation cursor.

string

Filter expression using search-modifier syntax (e.g. flow_id:f2e7c4a0-..., status:completed, duration:10+).

string

Sort spec: <field> / <field>+ / <field>-. Sortable fields: creation_date, last_modification_date, duration_seconds, status.

Headers
string
required

Your API key.

string

Optional. ID of the group whose API quota should be charged for the request. If omitted, the parent group's quota is used. Only relevant when your API key belongs to more than one group (multi-tenancy).

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json