Get GraphQL schema (SDL)
documentedRetrieve the GraphQL schema in SDL format using the format=sdl query parameter. ([developer.monday.com](https://developer.monday.com/api-reference/docs/introduction-to-graphql?utm_source=openai))
GET /v2/get_schemaGraphQL APIno implementation yet0 runsNo 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}}"