---
title: "Show Severities V1"
method: GET
path: "/v1/severities/{id}"
tags: ["Severities V1"]
---

# Show Severities V1

`GET /v1/severities/{id}`

Get a single incident severity.

## Path parameters

- `id` string, required

## Response `200`

OK response.

- SeveritiesV1ShowResponseBody
  - `severity` SeverityV1, required
    - `created_at` string, date-time, required — When the action was created
    - `description` string, required — Description of the severity
    - `id` string, required — Unique identifier of the severity
    - `name` string, required — Human readable name of the severity
    - `rank` integer, required — Rank to help sort severities (lower numbers are less severe)
    - `updated_at` string, date-time, required — When the action was last updated

---

[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)
