---
title: "Get Severities"
method: POST
path: "/incident-io/severities"
---

# Get Severities

`POST /incident-io/severities`

Fetch all severity definitions for the caller's organization.

Args:
    request: Empty body (kept as a request model for future params).
    user: Authenticated user — supplies ``organization_id``.

Returns:
    Upstream JSON containing the ``severities`` list.

## Request body

- GetSeveritiesRequest — Request to fetch all severity definitions for the caller's organization.

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