destination_details
Retrieve detailed information about a Fivetran destination using its unique identifier.
Instructions
Returns a destination object if a valid identifier was provided. To find a destination's unique identifier, call the List All Groups endpoint and search the response items for your target destination by its name field. The group's id value is also the destination's id, since groups and destinations are mapped 1:1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/destinations/destination_details.json', then provide this exact path here to confirm. | |
| destination_id | Yes | The unique identifier for the destination |