---
title: "Get Alert"
method: POST
path: "/incident-io/alert"
---

# Get Alert

`POST /incident-io/alert`

Fetch a single alert by ID.

Args:
    request: Contains alert_id.
    user: Authenticated user — supplies ``organization_id``.

Returns:
    Upstream JSON containing the ``alert`` object.

## Request body

- GetAlertRequest — Request to fetch a single alert by ID. Used when an incident references an alert (e.g. from a firing alert source) and the frontend needs the full alert details (source_url, attributes, etc.).
  - `alert_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
