---
title: "✨ Get Databricks export storage"
method: GET
path: "/api/storages/export/databricks/{id}"
tags: ["Storage: Databricks Files"]
---

# ✨ Get Databricks export storage

`GET /api/storages/export/databricks/{id}`

<Card href="https://humansignal.com/goenterprise">
        <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
        <p style="margin-top: 10px; font-size: 14px;">
            This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
        </p>
    </Card>
Get a specific Databricks Files export storage connection.

## Path parameters

- `id` integer, required

## Response `200`

- DatabricksExportStorage — Serializer for Databricks export storage with multi-auth support.
  - `auth_type` 'pat' | 'dbx_sp' | 'azure_ad_sp' — * `pat` - Personal Access Token * `dbx_sp` - Databricks Service Principal * `azure_ad_sp` - Azure AD Service Principal
  - `can_delete_objects` boolean, nullable — Deletion from storage enabled
  - `catalog` string, required — UC catalog name
  - `client_id` string — Service principal client/application ID (required for SP modes)
  - `created_at` string, date-time, required — Creation time
  - `description` string, nullable — Cloud storage description
  - `host` string, required — Databricks workspace base URL (https://...)
  - `id` integer, required
  - `last_sync` string, date-time, nullable — Last sync finished time
  - `last_sync_count` integer, nullable — Count of tasks synced last time
  - `last_sync_job` string, nullable — Last sync job ID
  - `meta` unknown
  - `prefix` string, nullable — Export path prefix under the volume
  - `project` integer, required — A unique integer value identifying this project.
  - `regex_filter` string, nullable — Regex for filtering objects
  - `request_timeout_s` integer
  - `schema` string, required — UC schema name
  - `status` 'initialized' | 'queued' | 'in_progress' | 'failed' | 'completed' | 'completed_with_errors' — * `initialized` - Initialized * `queued` - Queued * `in_progress` - In progress * `failed` - Failed * `completed` - Completed * `completed_with_errors` - Completed with errors
  - `stream_chunk_bytes` integer
  - `synchronizable` boolean
  - `tenant_id` string — Azure AD tenant ID (required for Azure AD SP mode)
  - `title` string, nullable — Cloud storage title
  - `traceback` string, nullable — Traceback report for the last failed sync
  - `type` string, required
  - `use_blob_urls` boolean — Generate blob URLs in tasks
  - `verify_tls` boolean — Verify TLS certificates
  - `volume` string, required — UC volume name

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
