---
title: "List Catalog Schemas"
method: GET
path: "/api/databricks/catalogs/{catalog}/schemas"
tags: ["databricks"]
---

# List Catalog Schemas

`GET /api/databricks/catalogs/{catalog}/schemas`

List the schemas of *catalog* the acting user can see.

## Path parameters

- `catalog` string, required

## Response `200`

Successful Response

- SchemaResponse[]
  - `name` string, required
  - `full_name` string, required
  - `comment` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-12** `dcf9b4550387` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/databricks/catalogs/:catalog/schemas/get.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/f0da1998fe85/schema)
