v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBdbt
Get dbt configuration
<Note> **Connection Admin** permissions are required to use this endpoint. </Note>Retrieve the dbt configuration for the specified connection.
get/v1/connections/{connectionId}/dbt
Path parameters
connectionIdstring uuid required
ID of the connection where dbt is configured
Example:550e8400-e29b-41d4-a716-446655440000
Response
dbt configuration successfully retrieved
Example response
{
"autogenRelationships": true,
"branch": "main",
"dbtVersion": "Auto",
"projectRootPath": "dbt_project",
"sshUrl": "git@github.com:org/repo.git",
"supportsDbt": true,
"message": "dbt not configured for this connection"
}