✨ Get Databricks export storage
✨ Get Databricks export storage
<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.
Authentication
AuthorizationToken
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Path parameters
id
Response
catalog
UC catalog name
created_at
Creation time
host
Databricks workspace base URL (https://…)
id
project
A unique integer value identifying this project.
schema
UC schema name
type
volume
UC volume name
auth_type
Authentication method: PAT, Databricks SP, or Azure AD SP
pat- Personal Access Tokendbx_sp- Databricks Service Principalazure_ad_sp- Azure AD Service Principal
Allowed values:
can_delete_objects
Deletion from storage enabled
client_id
Service principal client/application ID (required for SP modes)
description
Cloud storage description
last_sync
Last sync finished time
last_sync_count
Count of tasks synced last time
last_sync_job
Last sync job ID
meta
Meta and debug information about storage processes
prefix
Export path prefix under the volume
regex_filter
Regex for filtering objects
request_timeout_s
status
initialized- Initializedqueued- Queuedin_progress- In progressfailed- Failedcompleted- Completedcompleted_with_errors- Completed with errors
stream_chunk_bytes
synchronizable
tenant_id
Azure AD tenant ID (required for Azure AD SP mode)
title
Cloud storage title
traceback
Traceback report for the last failed sync
use_blob_urls
Generate blob URLs in tasks
verify_tls
Verify TLS certificates