---
title: "Get Alert"
method: GET
path: "/api/v2/alerts/{id}"
tags: ["Alerts"]
---

# Get Alert

`GET /api/v2/alerts/{id}`

Retrieves a specific alert by ID

## Path parameters

- `id` string, required

## Response `200`

Successfully retrieved alert

- AlertResponse
  - `data` Alert
    - `id` string
    - `name` string, nullable
    - `message` string, nullable
    - `threshold` number
    - `interval` '1m' | '5m' | '15m' | '30m' | '1h' | '6h' | '12h' | '1d'
    - `thresholdType` 'above' | 'below'
    - `source` 'tile' | 'saved_search'
    - `state` 'OK' | 'ALERT' | 'INSUFFICIENT_DATA' | 'DISABLED'
    - `channel` object
      - `type` 'webhook'
      - `webhookId` string
    - `team` string
    - `tileId` string, nullable
    - `dashboard` string, nullable
    - `savedSearch` string, nullable
    - `groupBy` string, nullable
    - `silenced` object, nullable
      - `by` string, nullable
      - `at` string, date-time
      - `until` string, date-time
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `404` — Alert not found

## Changes

- **2026-01-30** `ed852374c451` — 1 breaking, 19 info
  - the `data` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - removed the non-success response with the status `403`
  - added the optional property `data/channel` to the response with the `200` status
  - added the optional property `data/createdAt` to the response with the `200` status
  - …16 more

[Change history](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api/changes/api/v2/alerts/:id/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/ed852374c451/schema)
