List flows
List flows for an organization.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Return flows that contain the given string in their name. Only alphanumeric characters and '-' are allowed.
Whether the search_by_name filter is case sensitive. Defaults to true.
The page number of response
x >= 1How many results to return per page. When omitted, all flows are returned as a plain list (no pagination envelope).
1 <= x <= 100Response
Successful Response
- ListFlows · object
- FlowList · object[]
Response model for listing flows with pagination.
When pagination is not requested, the endpoint returns a list of flows directly (backwards compatible with the CLI). When pagination is requested, it returns data with optional pagination info.