Commands
schema
Browse the Sentry API schema
Usage
sentry schema <resource...>
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.
Examples
# List all API resourcessentry schema
# Browse issue endpointssentry schema issues
# View details for a specific operationsentry schema issues list
# Search for monitoring-related endpointssentry schema --search monitor
# Flat list of every endpointsentry schema --all