---
title: "List all Databricks connections"
method: GET
path: "/api/v1/databricks/connections"
tags: ["DATABRICKS", "Databricks", "Databricks Connections"]
---

# List all Databricks connections

`GET /api/v1/databricks/connections`

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- DatabricksConnectionResponse[]
  - `id` integer, required
  - `name` string, required
  - `description` string, nullable
  - `server_hostname` string, required
  - `http_path` string, required
  - `auth_type` 'pat' | 'oauth_m2m' — Stored auth methods for Databricks connections. Entra-managed service principals are not a separate type — they are ``oauth_m2m`` rows whose ``azure_tenant_id`` lives in ``connection_info``; its presence routes token minting to Microsoft Entra ID instead of the workspace OIDC endpoint.
  - `azure_tenant_id` string, nullable
  - `workspace_id` string, nullable
  - `workspace_name` string, nullable
  - `metastore_id` string, nullable
  - `catalogs` string[], nullable
  - `databricks_account_id` string, nullable
  - `workspace_url` string, nullable
  - `sql_warehouse_id` string, nullable
  - `system_catalog_scope` string, nullable
  - `system_catalog_schemas` string, nullable
  - `workspace_resource_id` string, nullable
  - `azure_region` string, nullable
  - `storage_account_resource_id` string, nullable
  - `storage_account_fqdn` string, nullable
  - `log_tenant_id` string, nullable
  - `log_client_id` string, nullable
  - `storage_account` string, nullable
  - `container` string, nullable
  - `log_path` string, nullable
  - `has_log_client_secret` boolean
  - `s3_role_arn` string, nullable
  - `s3_location` string, nullable
  - `is_valid` boolean, required
  - `last_validated_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `last_modified_at` string, date-time, required
  - `created_by` integer, nullable
  - `last_modified_by` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `fcb62c79da95` — 18 info
  - endpoint reactivated
  - added the optional property `items/azure_region` to the response with the `200` status
  - added the optional property `items/catalogs` to the response with the `200` status
  - added the optional property `items/container` to the response with the `200` status
  - …14 more

[Change history](https://skmtc.dev/myaltimate/apis/fastapi/changes/api/v1/databricks/connections/get.md)

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/fcb62c79da95/schema)
