Sentry GraphQL Schema
Sentry does not currently expose a public GraphQL API. Their external developer API is a REST API versioned at `/api/0/`. This directory contains a **conceptual GraphQL SDL** (`sentry-schema.graphql`) that represents Sentry's core domain model as a type system, derived from:
Overview
Sentry GraphQL Schema is a GraphQL API specification published by Sentry on the APIs.io network.
Sentry does not currently expose a public GraphQL API. Their external developer API is a REST API versioned at /api/0/. This directory contains a conceptual GraphQL SDL (sentry-schema.graphql) that represents Sentry’s core domain model as a type system, derived from:
The GraphQL endpoint is available at None.
The specification includes 4 reference links.
Tagged areas include Error Monitoring, Debugging, Observability, Application Performance Management, and Developer Tools.
Endpoint
References
- REST API Reference https://docs.sentry.io/api/
- Authentication Guide https://docs.sentry.io/api/auth/
- Developer Documentation https://develop.sentry.dev/
- Sentry Source Code https://github.com/getsentry/sentry