Flows

List flows

Return a paginated list of flows. Supports filtering by triggerId, enabled, one or more health status values (healthy, failing, blocked), mine (flows created by the calling actor), createdBy (flows created by a given actor id — mutually exclusive with mine), plus free-text search and ordering.

get/flows

Query parameters

pageinteger
pageSizeinteger
triggerIdstring uuid
enabled'true' | 'false'

Only include flows with this enabled state.

mine'true' | 'false'

Only include flows created by you.

createdBystring uuid
statusstring[]
searchstring
orderBy'name' | 'createdAt' | 'updatedAt'
orderByDirection'asc' | 'desc'

Response

List flows

Changes