Skip to main content
Display information about your current authentication status, including whether you’re logged in and your default organization/project settings.

Usage

Description

Display comprehensive information about your current authentication status:
  • Authentication source (OAuth, API token, or environment variable)
  • User identity
  • Token information (masked by default)
  • Token expiration and auto-refresh status
  • Default organization and project settings
  • Credential verification via live API call
The command verifies your credentials by fetching the list of organizations you have access to.
Unlike sentry auth whoami, this command shows detailed token information, expiration status, and default settings in addition to user identity.

Options

boolean
default:"false"
Show the stored token in full instead of masking it. Use with caution as this exposes your authentication token.

Examples

View authentication status

Expected output:

Show full token

Expected output:

Status with environment variable authentication

Expected output:
The status command shows up to 5 organizations. If you have access to more, the list will be truncated with a count of additional organizations.
Environment variable tokens (SENTRY_AUTH_TOKEN, SENTRY_TOKEN) do not have expiration or auto-refresh capabilities. The status output will omit these fields when authenticated via environment variables.