---
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

---

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