---
title: "Describe Databricks Table"
method: GET
path: "/api/v1/integrations/{integration_id}/databricks/describe"
tags: ["integrations"]
---

# Describe Databricks Table

`GET /api/v1/integrations/{integration_id}/databricks/describe`

``GET /api/2.1/unity-catalog/tables/{catalog.schema.table}`` mapped to
Polars-style types — used to populate ``columns`` in the wizard
payload that gets PATCHed to ``crawler_table_configs``.

## Path parameters

- `integration_id` string, uuid, required

## Query parameters

- `catalog` string, required
- `schema` string, required
- `table` string, required

## Response `200`

Successful Response

- DatabricksColumnSchema[]
  - `name` string, required
  - `polars_type` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/versions/a59877bf911b/schema)
