---
title: "Get Escalation"
method: GET
path: "/v1/escalations/{id}"
tags: ["Escalations"]
---

# Get Escalation

`GET /v1/escalations/{id}`

Shows details on a single Escalation associated with your account.

## Path parameters

- `id` integer, required

## Response `200`

Get Escalation

- object
  - `escalation` EscalationWithEntities — EscalationWithEntities model
    - `id` integer — A Huntress-unique identifier for the escalation.
    - `account` unknown
    - `organizations` string[] — An array of Organizations this escalation pertains to
    - `created_at` string, date-time — ISO-8601 formatted timestamp for when this escalation was created.
    - `resolved_at` string, date-time — ISO-8601 formatted timestamp for when this escalation was resolved.
    - `severity` 'low' | 'high' | 'critical' — The severity of the escalation.
    - `status` 'open' | 'sent' | 'resolved' — The status of the Escalation
    - `subject` string — The subject of the Escalation
    - `subtype` string — An additional classifier for the escalation. The interpretation depends on the escalation type (e.g. an ISO country code for Unexpected Country Access escalations).
    - `type` string — The type of the Escalation
    - `updated_at` string, date-time — ISO-8601 formatted timestamp for when this escalation was last updated.
    - `entities` unknown, required

## Other responses

- `403` — There was an issue with your API credential or permissions.

---

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