List flows
Flows
List flows
Return a cursor-paginated list of the tenant’s automation flows, newest first. Optionally filter by lifecycle status or a case-insensitive name search. Powers the Flows hub list and its Total / Active KPI cards, so the paginated total reflects the filtered count (reported as 10000 when the tenant exceeds that ceiling).
GET
List flows
Authorizations
Dashboard JWT token from Clerk
Query Parameters
Opaque pagination cursor from a previous page's meta.pagination.cursor.
Maximum number of flows to return.
Required range:
1 <= x <= 100Sort column; prefix with - for descending. Defaults to newest first.
Available options:
created_at, -created_at, name, -name, status, -status Restrict to flows in this lifecycle status.
Available options:
draft, published, archived Case-insensitive substring match on the flow name.
Maximum string length:
200