---
title: "Get incident detail"
method: GET
path: "/data/incidents/{id}"
tags: ["Incidents"]
---

# Get incident detail

`GET /data/incidents/{id}`

Get a single incident by hash ID or readable ID (e.g. IR-2026-0142).

## Path parameters

- `id` string, required

## Response `200`

Incident detail

- Incident
  - `id` string
  - `hashId` string
  - `country` string
  - `countryName` string
  - `title` string
  - `severity` 'low' | 'medium' | 'high' | 'critical'
  - `incidentType` string
  - `confidence` number
  - `created_at` string, date-time

## Other responses

- `404` — Incident not found

---

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