Skip to content
DocsGitHub

platform

List valid Sentry platform identifiers

List all valid Sentry platform identifiers

Options:

Option Description
-q, --search <search> Filter platforms by substring

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

Terminal window
# List all valid Sentry platform identifiers
sentry platform list
# Filter by substring
sentry platform list --search python
# Shortcut for `sentry platform list`
sentry platforms
# Output as JSON
sentry platform list --json