Skip to content
DocsGitHub

schema

Browse the Sentry API schema

Browse the Sentry API schema

Arguments:

Argument Description
<resource...> Resource, exact operation ID, or METHOD /path

Options:

Option Description
--all Show all endpoints in a flat list
-q, --search <search> Search endpoints by keyword

All commands support --json for machine-readable output and --fields to select specific JSON fields.

Terminal window
# List all API resources
sentry schema
# Browse issue endpoints
sentry schema issues
# View details for a specific operation
sentry schema issues list
# Look up an endpoint by its exact operation ID
sentry schema listOrganizationEvents
# Look up an endpoint by HTTP method and path
sentry schema "GET /api/0/organizations/{organization_id_or_slug}/issues/"
# Search for monitoring-related endpoints
sentry schema --search monitor
# Flat list of every endpoint
sentry schema --all