---
title: "Return a list of Severity Types enabled to PANIC."
method: GET
path: "/v1/severity-types"
tags: ["Domain"]
---

# Return a list of Severity Types enabled to PANIC.

`GET /v1/severity-types`

## Response `200`

OK

- SeverityTypeResponse
  - `status` integer
  - `result` object[]
    - `id` string
    - `created` string, date-time
    - `modified` string
    - `status` boolean
    - `name` string
    - `value` string
    - `description` string
    - `group` string

## Other responses

- `400` — Error: Bad Request.
- `408` — Error: Timeout.
- `535` — Error: Mongo client not initialised.
- `536` — Error: Could not retrieve data from Mongo.

---

[API](https://skmtc.dev/simplystaking/apis/panic-api.md) · [All operations](https://skmtc.dev/simplystaking/apis/panic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simplystaking/panic-api/revisions/4400907a393c/schema)
