list_all_connections_in_group
Retrieve a paginated list of all connections within a specified Fivetran group, with optional schema filtering.
Instructions
⚠️ RESULTS ARE PAGINATED. Returns a list of information about all connections within a group in your Fivetran account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of records to return | |
| cursor | No | Paging cursor id. | |
| schema | No | Filter on schema. | |
| group_id | Yes | The unique identifier for the group | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/groups/list_all_connections_in_group.json', then provide this exact path here to confirm. |