external_logging_read
Fetch Fivetran external logging data. Specify an endpoint to list log services, retrieve account log service details, or fetch specific log service information.
Instructions
Read operations on Fivetran external logging (3 endpoints: get_account_log_service_details, get_log_service_details, list_log_services). Pass the endpoint name in name. Call list_endpoints(category='external-logging') 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}. |