airbyte_get_destination_definition
Retrieve details of a specific destination connector definition, including name, Docker image, and specification. Use to inspect connector capabilities or verify image version.
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 |