---
title: "Get the GraphQL schema"
method: GET
path: "/v2/get_schema"
---

# Get the GraphQL schema

`GET /v2/get_schema`

Returns the full GraphQL schema. Use format=sdl for SDL text, or omit for introspection JSON. No authentication required.

## Query parameters

- `format` 'sdl'
- `version` string

## Response `200`

GraphQL schema

- object — GraphQL introspection result (default format)

---

[API](https://skmtc.dev/monday/apis/monday-com-api.md) · [All operations](https://skmtc.dev/monday/apis/monday-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monday/monday-com-api/revisions/7dd6de55d1b1/schema)
