Skip to main content

List Alerts

GET 

/api/alerts

Paginated list of the authenticated user's alerts.

Required scope: settings:read

Grant 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

OK

Response Headers
    Content-Type