Sentry · GraphQL Specification

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:

Documentation Endpoint View on GitHub Error MonitoringDebuggingObservabilityApplication Performance ManagementDeveloper ToolsGraphQL

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

None

References

Related API Specs

Sentry Error Monitoring API (OpenAPI) Sentry Integration Platform API (AsyncAPI)
Back to Sentry · All GraphQL Specs · GitHub