---
title: "List available schemas for a model"
method: GET
path: "/api/v1/models/{modelId}/schemas"
tags: ["Models"]
---

# List available schemas for a model

`GET /api/v1/models/{modelId}/schemas`

## Path parameters

- `modelId` string, uuid, required — Model UUID

## Query parameters

- `branch_id` string, uuid — Branch ID to use for branch-aware operations

## Response `200`

List of available schemas

- ModelsGetSchemasResponse
  - `schemas` string[], required — Sorted list of all available schema names (catalog-scoped if applicable, e.g. warehouse.reporting)

## Other responses

- `401` — Authentication required
- `403` — Permission denied
- `404` — Model not found

---

[API](https://skmtc.net/omniapp/apis/omni-api.md) · [All operations](https://skmtc.net/omniapp/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omniapp/omni-api/versions/4701f292c621/schema)
