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

# List Alerts

`GET /api/v2/alerts`

Retrieves a list of all alerts for the authenticated team

## Response `200`

Successfully retrieved alerts

- AlertsListResponse
  - `data` AlertResponse[] — List of alert objects.
    - `dashboardId` string, nullable — Dashboard ID for tile-based alerts.
    - `tileId` string, nullable — Tile ID for tile-based alerts. May not be a Raw-SQL-based tile.
    - `savedSearchId` string, nullable — Saved search ID for saved_search alerts.
    - `groupBy` string, nullable — Group-by key for saved search alerts.
    - `threshold` number — Threshold value for triggering the alert.
    - `interval` '1m' | '5m' | '15m' | '30m' | '1h' | '6h' | '12h' | '1d' — Evaluation interval.
    - `scheduleOffsetMinutes` integer, nullable — Offset from the interval boundary in minutes. For example, 2 with a 5m interval evaluates windows at :02, :07, :12, etc. (UTC).
    - `scheduleStartAt` string, date-time, nullable — Absolute UTC start time anchor. Alert windows start from this timestamp and repeat every interval.
    - `source` 'saved_search' | 'tile' — Alert source type.
    - `thresholdType` 'above' | 'below' — Threshold comparison direction.
    - `channel` AlertChannel
      - `type` 'webhook', required — Channel type.
      - `webhookId` string, required — Webhook destination ID.
    - `name` string, nullable — Human-friendly alert name.
    - `message` string, nullable — Alert message template.
    - `id` string — Unique alert identifier.
    - `state` 'ALERT' | 'OK' | 'INSUFFICIENT_DATA' | 'DISABLED' — Current alert state.
    - `teamId` string — Team identifier.
    - `silenced` AlertSilenced — Silencing metadata.
      - `by` string, nullable — User ID who silenced the alert.
      - `at` string, date-time — Silence start timestamp.
      - `until` string, date-time — Silence end timestamp.
    - `createdAt` string, date-time, nullable — Creation timestamp.
    - `updatedAt` string, date-time, nullable — Last update timestamp.

## Other responses

- `401` — Unauthorized

## Changes

- **2026-03-06** `d895d0cbdd27` — 2 info
  - added the optional property `data/items/allOf[#/components/schemas/Alert]/scheduleOffsetMinutes` to the response with the `200` status
  - added the optional property `data/items/allOf[#/components/schemas/Alert]/scheduleStartAt` to the response with the `200` status
- **2026-02-02** `e856dc2f1417` — 1 breaking, 17 warning, 1 info
  - the `data/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `data/items/channel` from the response with the `200` status
  - removed the optional property `data/items/createdAt` from the response with the `200` status
  - removed the optional property `data/items/dashboard` from the response with the `200` status
  - …15 more
- **2026-01-30** `ed852374c451` — 3 breaking, 2 warning, 19 info
  - the response property `data` became optional for the status `200`
  - the `data/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - removed the required property `meta` from the response with the `200` status
  - deleted the `query` request parameter `limit`
  - …20 more

[Change history](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api/changes/api/v2/alerts/get.md)

---

[API](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api.md) · [All operations](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperdxio/hyperdx-external-api/revisions/93fade715738/schema)
