---
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, required — The ID of the Identity JSON Schema
  - `schema` object, required — The actual Identity JSON Schema

## Other responses

- `default` — errorGeneric

## Changes

> 47 revisions in range; 1 could not be searched.

- **2025-11-07** `5f08e5827b5e` — 2 info
  - the response property `items/id` became required for the status `200`
  - the response property `items/schema` became required for the status `200`
- **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

[Full 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/7a0df90e2f13/schema)
