---
title: "GET /subjects/{subject}/versions/{version}"
method: GET
path: "/subjects/{subject}/versions/{version}"
tags: ["Subjects"]
---

# GET /subjects/{subject}/versions/{version}

`GET /subjects/{subject}/versions/{version}`

## Path parameters

- `subject` string, required
- `version` string, required

## Query parameters

- `format` string
- `deleted` boolean

## Headers

- `X-Registry-GroupId` string

## Response `200`

Schema version data.

- 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

- `404` — Error returned by the Schema Registry API
- `422` — Error returned by the Schema Registry API
- `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)
