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

# GET /schemas

`GET /schemas`

Get all Identity Schemas

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

identitySchemas

- IdentitySchema[] — Raw identity Schema list
  - `id` string — The ID of the Identity JSON Schema
  - `schema` object — The actual Identity JSON Schema

## Other responses

- `500` — jsonError

## Changes

- **2022-03-22** `028a4cf83c15` — 3 breaking, 1 info
  - for the `query` request parameter `page`, default value was changed from `0` to `1`
  - for the `query` request parameter `per_page`, default value was changed from `100` to `250`
  - for the `query` request parameter `page`, the min was increased from `0.00` to `1.00`
  - for the `query` request parameter `per_page`, the max was increased from `500.00` to `1000.00`
- **2021-10-28** `c55ed8ad9f0c` — 1 info
  - endpoint added
- **2021-05-05** `381c760af46e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ory/apis/ory-identities-api/changes/schemas/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/028a4cf83c15/schema)
