Label Studio · Capability

API Reference — subpackage_exportStorage.subpackage_exportStorage/databricks

API Reference — subpackage_exportStorage.subpackage_exportStorage/databricks. 7 operations. Lead operation: ✨ List Databricks export storages. Self-contained Naftiko capability covering one Label Studio business surface.

Run with Naftiko Label Studiosubpackage_exportStorage.subpackage_exportStorage/databricks

What You Can Do

GET
List — ✨ List Databricks export storages
/v1/api/storages/export/databricks
POST
Create — ✨ Create Databricks export storage
/v1/api/storages/export/databricks
POST
Validate — ✨ Validate Databricks export storage
/v1/api/storages/export/databricks/validate
GET
Get — ✨ Get Databricks export storage
/v1/api/storages/export/databricks/{id}
DELETE
Delete — ✨ Delete Databricks export storage
/v1/api/storages/export/databricks/{id}
PATCH
Update — ✨ Update Databricks export storage
/v1/api/storages/export/databricks/{id}
POST
Sync — ✨ Sync Databricks export storage
/v1/api/storages/export/databricks/{id}/sync

MCP Tools

list-databricks-export-storages

✨ List Databricks export storages

read-only idempotent
create-databricks-export-storage

✨ Create Databricks export storage

validate-databricks-export-storage

✨ Validate Databricks export storage

read-only
get-databricks-export-storage

✨ Get Databricks export storage

read-only idempotent
delete-databricks-export-storage

✨ Delete Databricks export storage

idempotent
update-databricks-export-storage

✨ Update Databricks export storage

idempotent
sync-databricks-export-storage

✨ Sync Databricks export storage

Capability Spec

label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — subpackage_exportStorage.subpackage_exportStorage/databricks
  description: 'API Reference — subpackage_exportStorage.subpackage_exportStorage/databricks. 7 operations. Lead operation:
    ✨ List Databricks export storages. Self-contained Naftiko capability covering one Label Studio business surface.'
  tags:
  - Label Studio
  - subpackage_exportStorage.subpackage_exportStorage/databricks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LABEL_STUDIO_API_KEY: LABEL_STUDIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks
    baseUri: http://localhost:8000
    description: API Reference — subpackage_exportStorage.subpackage_exportStorage/databricks business capability. Self-contained,
      no shared references.
    resources:
    - name: api-storages-export-databricks
      path: /api/storages/export/databricks
      operations:
      - name: list
        method: GET
        description: ✨ List Databricks export storages
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ordering
          in: query
          type: string
          description: Which field to use when ordering the results.
        - name: project
          in: query
          type: integer
          description: Project ID
          required: true
        - name: Authorization
          in: header
          type: string
          description: '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='
          required: true
      - name: create
        method: POST
        description: ✨ Create Databricks export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: '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='
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-storages-export-databricks-validate
      path: /api/storages/export/databricks/validate
      operations:
      - name: validate
        method: POST
        description: ✨ Validate Databricks export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: '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='
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-storages-export-databricks-id
      path: /api/storages/export/databricks/{id}
      operations:
      - name: get
        method: GET
        description: ✨ Get Databricks export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: Authorization
          in: header
          type: string
          description: '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='
          required: true
      - name: delete
        method: DELETE
        description: ✨ Delete Databricks export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: Authorization
          in: header
          type: string
          description: '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='
          required: true
      - name: update
        method: PATCH
        description: ✨ Update Databricks export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: Authorization
          in: header
          type: string
          description: '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='
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-storages-export-databricks-id-sync
      path: /api/storages/export/databricks/{id}/sync
      operations:
      - name: sync
        method: POST
        description: ✨ Sync Databricks export storage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: Authorization
          in: header
          type: string
          description: '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='
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.LABEL_STUDIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks-rest
    port: 8080
    description: REST adapter for API Reference — subpackage_exportStorage.subpackage_exportStorage/databricks. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/storages/export/databricks
      name: api-storages-export-databricks
      description: REST surface for api-storages-export-databricks.
      operations:
      - method: GET
        name: list
        description: ✨ List Databricks export storages
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.list
        with:
          ordering: rest.ordering
          project: rest.project
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: create
        description: ✨ Create Databricks export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.create
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/storages/export/databricks/validate
      name: api-storages-export-databricks-validate
      description: REST surface for api-storages-export-databricks-validate.
      operations:
      - method: POST
        name: validate
        description: ✨ Validate Databricks export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.validate
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/storages/export/databricks/{id}
      name: api-storages-export-databricks-id
      description: REST surface for api-storages-export-databricks-id.
      operations:
      - method: GET
        name: get
        description: ✨ Get Databricks export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.get
        with:
          id: rest.id
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: ✨ Delete Databricks export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.delete
        with:
          id: rest.id
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: update
        description: ✨ Update Databricks export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.update
        with:
          id: rest.id
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/storages/export/databricks/{id}/sync
      name: api-storages-export-databricks-id-sync
      description: REST surface for api-storages-export-databricks-id-sync.
      operations:
      - method: POST
        name: sync
        description: ✨ Sync Databricks export storage
        call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.sync
        with:
          id: rest.id
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — subpackage_exportStorage.subpackage_exportStorage/databricks. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: list-databricks-export-storages
      description: ✨ List Databricks export storages
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.list
      with:
        ordering: tools.ordering
        project: tools.project
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: create-databricks-export-storage
      description: ✨ Create Databricks export storage
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.create
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: validate-databricks-export-storage
      description: ✨ Validate Databricks export storage
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.validate
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-databricks-export-storage
      description: ✨ Get Databricks export storage
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.get
      with:
        id: tools.id
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-databricks-export-storage
      description: ✨ Delete Databricks export storage
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.delete
      with:
        id: tools.id
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: update-databricks-export-storage
      description: ✨ Update Databricks export storage
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.update
      with:
        id: tools.id
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: sync-databricks-export-storage
      description: ✨ Sync Databricks export storage
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: label-studio-subpackage-exportstorage-subpackage-exportstorage-databricks.sync
      with:
        id: tools.id
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.