---
title: "List"
method: GET
path: "/extraction_schemas"
tags: ["extractionSchemas"]
---

# List

`GET /extraction_schemas`

Returns all extraction schemas in a project.

## Query parameters

- `project` string

## Headers

- `Authorization` string, required

## Response `200`

Success response

- ExtractionSchemasListResponse200
  - `extraction_schemas` ExtractionSchema[], required
    - `id` string, required — The ID of the extraction schema.
    - `name` string, required — The name of the extraction schema.
    - `prompt` string, required — Instructions for how to extract data from conversations.
    - `fields` ExtractionField[], required — Array of field definitions specifying what data to extract.
      - `name` string, required — The field name.
      - `type` 'string' | 'int' | 'float' | 'bool' | 'string[]' | 'int[]' | 'float[]' | 'bool[]', required — The field type.
      - `description` string, nullable, required — Description of the field. May be null, but the property must be present.

## Other responses

- `404` — Project not found

---

[API](https://skmtc.net/phonic/apis/api-reference.md) · [All operations](https://skmtc.net/phonic/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phonic/api-reference/revisions/7f8c81a5a990/schema)
