list_cloudflows
Retrieves a paginated list of CloudFlow automation flows, including metadata, status, and last execution info. Use to view and navigate through your flows with cursor-based pagination.
Instructions
Use this when the user wants to see their CloudFlow automation flows. Returns a cursor-paginated list of flows with their metadata, status, and last execution info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageToken | No | Pagination cursor returned by a previous call, to request the next page of results. | |
| maxResults | No | Maximum number of flows to return (1–500). Defaults to 50. |