---
title: "Get Schema Details"
method: POST
path: "/api/v2/schema/details"
tags: ["api-v2-schema"]
---

# Get Schema Details

`POST /api/v2/schema/details`

Get detailed schema information for specific operations.

## Request body

- SchemaDetailsRequest
  - `operations` string[], required — List of query or mutation names to get details for
  - `max_depth` integer, nullable — Maximum depth for type resolution (capped at 3)
  - `include_mutations` boolean — Set to true to allow mutation names in operations list

## Response `200`

Successful Response

- SchemaDetailsResponse
  - `operations` object, required
  - `types` object, required
  - `not_found` string[], required
  - `meta` DetailsMeta, required
    - `requested_operations` integer, required
    - `returned_operations` integer, required
    - `max_depth_used` integer, required
    - `generated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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