Sign in

Get GraphQL schema (versioned)

documented

Retrieve the GraphQL schema for a specific API version via the introspection endpoint. Use the version query parameter to select the API version (e.g., ?version=2024-04). ([developer.monday.com](https://developer.monday.com/api-reference/docs/introduction-to-graphql?utm_source=openai))

GET /v2/get_schemaGraphQL APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.monday.com/v2/get_schema?version={{$version}}&format={{$format}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: {{MONDAY_API_KEY}}"
Get GraphQL schema (versioned) · monday.com · OpenIntegrations