---
title: "List Schemas"
method: GET
path: "/extract/schemas"
tags: ["/extract"]
---

# List Schemas

`GET /extract/schemas`

List schemas with optional search.

## Query parameters

- `limit` integer
- `cursor` string, nullable
- `search` string, nullable

## Response `200`

Successful Response

- SchemaListResponse — Response model for schema listing.
  - `schemas` SchemaResponse[], required — List of schemas
    - `schema_id` string, required — Unique ID of the schema
    - `name` string, required — Name of the schema
    - `description` string, nullable — Description of the schema
    - `schema_definition` object, required — JSON schema definition
    - `metadata` object, required — Schema metadata
    - `created_at` string, required — Timestamp when the schema was created
    - `updated_at` string, required — Timestamp when the schema was last updated
  - `total_count` integer, required — Total number of schemas
  - `next_cursor` string, nullable — Next cursor to continue pagination. Omitted if there are no more schemas to retrieve.
  - `prev_cursor` string, nullable — Previous cursor to go back in pagination. Omitted if this is the first page.

## Other responses

- `422` — Validation Error

## Changes

- **2025-10-28** `c8152db45500` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/contextualai/apis/endpoints/changes/extract/schemas/get.md)

---

[API](https://skmtc.dev/contextualai/apis/endpoints.md) · [All operations](https://skmtc.dev/contextualai/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/contextualai/endpoints/revisions/c8152db45500/schema)
