Skip to main content
GET
Get a Databricks connection's credential configuration

Authorizations

Authorization
string
header
required

Organization API key (sl_…).

Headers

x-tenant-id
string
required

The organization ID the request is scoped to.

Path Parameters

databricks_connection_id
string
required

Response

Successful Response

The non-secret half of how SELECT authenticates to a Databricks account.

Reports which service principal SELECT connects as, so a connection's authentication can be reviewed without exposing what proves it. There is no field for the client secret — only whether it's configured.

client_id
string | null

Client ID of the service principal SELECT authenticates as. Null for a connection whose credentials have not been configured yet.