list_cloudflow_connections
List CloudFlow cloud provider connections to view GCP/AWS accounts configured for automation, including their configuration and status. Use pagination tokens to browse results.
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. |