762 B
762 B
name, version, description, requires
| name | version | description | requires | |||||
|---|---|---|---|---|---|---|---|---|
| sentry-cli-schema | 0.33.0 | Browse the Sentry API schema |
|
Schema Commands
Browse the Sentry API schema
sentry schema <resource...>
Browse the Sentry API schema
Flags:
--all - Show all endpoints in a flat list-q, --search <value> - Search endpoints by keyword
Examples:
# 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
All commands also support --json, --fields, --help, --log-level, and --verbose flags.