# Alerts The Alerts tab lists recent **anomaly** and threshold-style events from the active agent. ## Event row Typical fields: - Timestamp - Chart / context - Severity or status - Short message ## Actions | Action | Effect | |--------|--------| | **Show** | Switch to Charts, pause near the event time | | **Correlate** | Switch to Charts, brush a highlight around the event, run Metric Correlations with **`anomaly-rate`** | Full MC workflow: [Metric Correlations](./metric-correlations.md). For searchable anomaly history (plus journal / audit), use the [Logs](./logs.md) tab. ## Empty list No events yet, or the anomaly engine has not raised anything. Confirm the agent has been collecting for a while and that health is not stuck in a failed state (Overview KPI / `GET /api/v3/health` on port **18888**). ## REST / RPC - `GET /api/v3/alerts` - RPC `listAlerts` - Anomaly search also via `GET /api/v3/logs?source=anomaly` / RPC `queryLogs` See [docs/REST-API.md](../docs/REST-API.md) and [docs/PROTOCOL.md](../docs/PROTOCOL.md).