List Alerts by Site
Alerts
List Alerts by Site
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.
The UUID of the site.
Include resolved alerts in the results. Defaults to
false (active alerts only).Results per page. Default
15.Response
Returns a paginated response. Each item indata 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.