---
title: "List active alerts"
method: GET
path: "/alerts"
tags: ["alerts"]
---

# List active alerts

`GET /alerts`

Returns all active host alerts.

## Response `200`

Active alerts.

- Alert[]
  - `id` string, required — 256-bit blake2b hash.
  - `category` string, required — Category used to group related alerts.
  - `severity` 'info' | 'warning' | 'error' | 'critical', required — Severity level of the alert.
  - `message` string, required — Human-readable message describing the alert.
  - `data` object, nullable — Arbitrary key-value data providing additional context.
  - `timestamp` string, date-time, required — Time the alert was registered.

---

[API](https://skmtc.dev/siafoundation/apis/hostd-api.md) · [All operations](https://skmtc.dev/siafoundation/apis/hostd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siafoundation/hostd-api/revisions/08ff756929fc/schema)
