list_cloudflow_connections
View a paginated list of CloudFlow cloud provider connections, including their configuration and status.
Instructions
Use this when the user wants to see their CloudFlow cloud provider connections (the GCP/AWS accounts connected for automation). Returns a cursor-paginated list of connections with their config and status. Do NOT use this to trigger a flow (use trigger_cloud_flow) or to view a single connection's details (use get_cloudflow_connection).
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 connections to return (1–100). Defaults to 50. |