---
title: "GET /schemas"
method: GET
path: "/schemas"
tags: ["Schemas"]
---

# GET /schemas

`GET /schemas`

## Query parameters

- `subjectPrefix` string
- `deleted` boolean
- `latestOnly` boolean
- `offset` integer
- `limit` integer

## Response `200`

A list of schemas.

- Schema[]
  - `subject` string, required — The name of the subject this schema belongs to.
  - `version` integer, required — The version of the schema under the subject.
  - `id` integer — The globally unique ID of the schema.
  - `schema` string, required — The actual schema definition as a string.
  - `schemaType` string — The type of the schema (AVRO, PROTOBUF, JSON). Default is AVRO.
  - `references` SchemaReference[] — A list of referenced schemas.
    - `name` string, required
    - `subject` string, required
    - `version` integer, required

## Other responses

- `500` — Error returned by the Schema Registry API

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-confluent-compatibility-api.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-confluent-compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-confluent-compatibility-api/versions/933e587f2d85/schema)
