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

# List model schemas

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

Retrieves a sorted list of all available schema names for the specified model, including physical, virtual, and dynamic schemas.

## Path parameters

- `modelId` string, uuid, required

## Query parameters

- `branchId` string, uuid

## Response `200`

List of schema names

- string[] — Sorted array of schema names available in the model.

## Other responses

- `401` — Missing or invalid authentication
- `403` — Forbidden Possible error messages: - `Permission denied`
- `404` — Not Found Possible error messages: - `Model with id <modelId> does not exist`
- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)

---

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