> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<ParamField path="site" type="string" required>
  The UUID of the site.
</ParamField>

<ParamField query="filter[include_resolved]" type="boolean">
  Include resolved alerts in the results. Defaults to `false` (active alerts only).
</ParamField>

<ParamField query="per_page" type="integer">
  Results per page. Default `15`.
</ParamField>

## Response

Returns a paginated response. Each item in `data` is a service alert object with the same shape as [List Alerts](/api-reference/service-alerts/list-alerts) (without the `can_resolve` flag). See [Pagination](/guides/pagination) for the `links` and `meta` envelope.
