---
title: "Get all Identity Schemas"
method: GET
path: "/schemas"
tags: ["identity"]
---

# Get all Identity Schemas

`GET /schemas`

Returns a list of all identity schemas currently in use.

## Query parameters

- `per_page` integer
- `page` integer
- `page_size` integer
- `page_token` string

## Response `200`

List Identity JSON Schemas Response

- IdentitySchemaContainer[] — List of Identity JSON Schemas
  - `id` string — The ID of the Identity JSON Schema
  - `schema` object — The actual Identity JSON Schema

## Other responses

- `default` — errorGeneric

## Changes

- **2024-02-20** `4f071812f3ea` — 1 breaking, 2 info
  - for the `query` request parameter `page`, default value `1` was removed
  - added the new optional `query` request parameter `page_size`
  - added the new optional `query` request parameter `page_token`
- **2022-12-02** `b6e5ffa30d4c` — 3 info
  - api tag `identity` added
  - api tag `v0alpha2` removed
  - removed the non-success response with the status `500`
- **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/df2fe8db7397/schema)
