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

# List all alerts

`GET /alerts`

## Response `200`

Alert list

- AlertsResponse
  - `data` object, required
    - `alerts` Alert[], required
      - `id` string
      - `name` string
      - `query` string
      - `interval` string — Check frequency
      - `channels` NotificationChannel[]
        - `type` 'webhook' | 'telegram' | 'slack', required
        - `name` string — Human-readable label for this channel
        - `enabled` boolean — Mute a channel without removing it
        - `config` object, required — Channel-specific configuration (see table below)
      - `enabled` boolean
      - `last_triggered` string, date-time, nullable
      - `last_checked` string, date-time, nullable
      - `status` 'ok' | 'triggered' | 'error' — `ok` = last check didn't fire, `triggered` = last check fired, `error` = query failed

## Changes

- **2026-04-19** `9aec01bc7511` — 1 warning, 6 info
  - removed the optional property `data/alerts/items/q` from the response with the `200` status
  - added the optional property `data/alerts/items/query` to the response with the `200` status
  - removed the `email` enum value from the `data/alerts/items/channels/items/type` response property for the response status `200`
  - removed the `generic_http` enum value from the `data/alerts/items/channels/items/type` response property for the response status `200`
  - …3 more
- **2026-03-03** `7141381739ac` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lynxbase/apis/lynxdb-api/changes/alerts/get.md)

---

[API](https://skmtc.dev/lynxbase/apis/lynxdb-api.md) · [All operations](https://skmtc.dev/lynxbase/apis/lynxdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lynxbase/lynxdb-api/revisions/9aec01bc7511/schema)
