Skip to content
Docs GitHub

team

Work with Sentry teams

Commands

sentry team list <org/project>

List teams

Arguments:

ArgumentDescription
<org/project><org>/ (all projects), <org>/<project>, or <project> (search)

Options:

OptionDescription
-n, --limit <limit>Maximum number of teams to list (default: "30")
-f, --freshBypass cache, re-detect projects, and fetch fresh data
-c, --cursor <cursor>Navigate pages: "next", "prev", "first" (or raw cursor string)

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

Examples

Terminal window
# List teams
sentry team list my-org/
# Paginate through teams
sentry team list my-org/ -c next
# Output as JSON
sentry team list --json