---
title: "✨ Sync Databricks import storage"
method: POST
path: "/api/storages/databricks/{id}/sync"
tags: ["Storage: Databricks Files"]
---

# ✨ Sync Databricks import storage

`POST /api/storages/databricks/{id}/sync`

<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>
Sync tasks from a Databricks Files import storage.

## Path parameters

- `id` integer, required

## Response `200`

- DatabricksImportStorage — Serializer for Databricks import 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
  - `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 — Path under the volume
  - `presign` boolean — Presign not supported; always proxied
  - `presign_ttl` integer — Unused for Databricks; kept for compatibility
  - `project` integer, required — A unique integer value identifying this project.
  - `recursive_scan` boolean — Perform recursive scan
  - `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)
