---
title: "GET /schemas/{id}"
method: GET
path: "/schemas/{id}"
tags: ["v0alpha1"]
---

# GET /schemas/{id}

`GET /schemas/{id}`

Get a JSON Schema

## Path parameters

- `id` string, required

## Response `200`

jsonSchema

- JsonSchema — Raw JSON Schema

## Other responses

- `404` — jsonError
- `500` — jsonError

## Changes

- **2021-07-13** `8f1b399ab6e6` — 4 info
  - api operation id `getSchema` removed and replaced with `getJsonSchema`
  - api tag `v0alpha1` added
  - api tag `admin` removed
  - api tag `public` removed
- **2021-05-18** `9123bcead5ed` — 4 info
  - the response property `error` became required for the status `404`
  - the response property `error` became required for the status `500`
  - the response property `error/message` became required for the status `404`
  - the response property `error/message` became required for the status `500`
- **2021-05-05** `381c760af46e` — 2 breaking, 1 warning, 5 info
  - the response property `error` became optional for the status `404`
  - the response property `error/message` became optional for the status `404`
  - removed the optional property `error/id` from the response with the `404` status
  - api operation id `getIdentitySchema` removed and replaced with `getSchema`
  - …4 more

[Change history](https://skmtc.dev/ory/apis/ory-identities-api/changes/schemas/:id/get.md)

---

[API](https://skmtc.dev/ory/apis/ory-identities-api.md) · [All operations](https://skmtc.dev/ory/apis/ory-identities-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ory/ory-identities-api/revisions/071bec03ddcd/schema)
