# GET /agent-ops/alerts

**Resource:** [Agent Ops](./agent-ops.md)  
**Scopes:** `agent-ops:read`  
**Write operation:** no

List fired agent alerts. Filter by agent_name or unacknowledged.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `agent_name` | query | string | no | Filter by agent name |
| `unacknowledged` | query | boolean | no | If true, only unacknowledged alerts |

## Response example

```json
{ "data": [] }
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`