connections_read
Retrieve Fivetran connection details, schema configs, states, certificates, and fingerprints through read-only endpoints. Pass the endpoint name to access specific data.
Instructions
Read operations on Fivetran connections (9 endpoints: connection_column_config, connection_details, connection_schema_config, connection_state, get_connection_certificate_details, get_connection_certificates_list, get_connection_fingerprint_details, get_connection_fingerprints_list, + 1 more). Pass the endpoint name in name. Call list_endpoints(category='connections') for the full list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body — dict or JSON string. Required for POST/PATCH endpoints. | |
| name | Yes | Endpoint name within this resource:action group (from list_endpoints). | |
| query | No | Query-string parameters. | |
| path_params | No | Values for path placeholders like {connectionId}, {groupId}. |