Skip to main content
GET
List Alerts by Site
Returns a paginated list of service alerts for a specific site, newest first. By default only active (unresolved) alerts are returned. The authenticated user must have access to the site.
site
string
required
The UUID of the site.
filter[include_resolved]
boolean
Include resolved alerts in the results. Defaults to false (active alerts only).
per_page
integer
Results per page. Default 15.

Response

Returns a paginated response. Each item in data is a service alert object with the same shape as List Alerts (without the can_resolve flag). See Pagination for the links and meta envelope.