Skip to content
DocsGitHub

schema

Browse the Sentry API schema

Browse the Sentry API schema

Arguments:

Argument Description
<resource...> Resource name and optional operation

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
# Search for monitoring-related endpoints
sentry schema --search monitor
# Flat list of every endpoint
sentry schema --all