airbyte_list_destination_definitions
List available destination connector definitions in a workspace to find the definition ID before creating a destination.
Instructions
List available destination connector definitions in a workspace.
Destination definitions describe which connector types are available (e.g. BigQuery, Snowflake, S3). Each definition has a UUID that can be used when creating a new destination.
When to Use: - Find the definition ID for a specific connector type before creating a destination with airbyte_create_destination. - Audit which custom connectors are installed in a workspace.
Returns: List of destination definitions with name, definition ID, and Docker image information.
Examples: params = { "workspace_id": "a1b2c3d4-..." }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |