airbyte_get_source_definition
Retrieve details of a specific source connector definition, including its name, Docker image, and connector specification. Use this to inspect what a source connector provides or check its Docker image version.
Instructions
Get details of a specific source connector definition.
Returns the full definition including name, Docker image, and connector specification.
When to Use: - Inspect what a specific source 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 |