List Flows

Retrieve a list of Agentic Flows.

Returns the Flows visible to the caller, newest first by default. Results are row-level ACL filtered: you only see Flows you own or that have been shared with you. Supports filter (e.g. enabled:true, name:digest), order, and cursor pagination.

Query Params
int32
0 to 40
Defaults to 10

Maximum number of Flows to return.

string

Continuation cursor from a previous page.

string

Filter expression using search-modifier syntax (e.g. enabled:true, name:digest). AND'd with the caller's ACL scope.

string

Sort spec: <field> or <field>+ ascending, <field>- descending (e.g. creation_date-). Sortable fields: name, creation_date, last_modification_date, enabled.

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