airbyte_get_destination_definition
Get details of a specific destination connector definition, including its name, Docker image, and connector specification.
Instructions
Get details of a specific destination connector definition.
Returns the full definition including name, Docker image, and connector specification.
When to Use: - Inspect what a specific destination connector provides. - Check the Docker image version for a connector.
Examples: params = { "workspace_id": "...", "definition_id": "..." }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |