List Alerts
GET/api/alerts
Paginated list of the authenticated user's alerts.
settings:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Alerts are deduplicated: repeat occurrences of the same condition update a single alert (see occurrences and last_seen_at) instead of creating duplicates. State-type alerts (lifecycle: state) describe an ongoing condition and are automatically resolved when it clears — resolved alerts move out of the default listing and are available via filter[status]=resolved.
Each alert carries a reason and human-readable reason_label explaining why the user received it (for example, "You're an administrator" or "You're subscribed to this alert type").
Default listing excludes dismissed and resolved alerts. Default sort: -last_seen_at.
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.