---
title: "Show Incident Statuses V1"
method: GET
path: "/v1/incident_statuses/{id}"
tags: ["Incident Statuses V1"]
---

# Show Incident Statuses V1

`GET /v1/incident_statuses/{id}`

Get a single incident status.

## Path parameters

- `id` string, required

## Response `200`

OK response.

- IncidentStatusesV1ShowResponseBody
  - `incident_status` IncidentStatusV1, required
    - `category` 'triage' | 'declined' | 'merged' | 'canceled' | 'live' | 'learning' | 'closed' | 'paused', required — What category of status it is. All statuses apart from live (renamed in the app to Active) and learning (renamed in the app to Post-incident) are managed by incident.io and cannot be configured
    - `created_at` string, date-time, required
    - `description` string, required — Rich text description of the incident status
    - `id` string, required — Unique ID of this incident status
    - `name` string, required — Unique name of this status
    - `rank` integer, required — Order of this incident status
    - `updated_at` string, date-time, required

---

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