---
title: "List Highlighted Escalations"
method: GET
path: "/v2/alerts/highlighted-escalations"
---

# List Highlighted Escalations

`GET /v2/alerts/highlighted-escalations`

List highlighted escalations (first page only).

Returns escalated MIM alerts for Pepsi, and all escalated alerts for other orgs.

Args:
    authorized_user: Authorized user with organization context

Returns:
    AlertEscalationResponse containing highlighted escalations

## Response `200`

Successful Response

- AlertEscalationResponse — Response model for listing alert escalations with pagination.
  - `escalations` AlertEscalation[], required — List of alert escalations
    - `alert_name` string, nullable — Alert name
    - `description` string, required — Alert description
    - `escalation_time` string, required — When the alert was escalated (ISO datestring)
    - `markdown_summary` string — Markdown summary of the escalation
    - `num_related_alerts` integer — Number of related alerts
    - `session_id` string, required — Associated triage session ID
    - `assistant_chat_id` string, nullable — Chat message ID from which the markdown summary was extracted
    - `source_integration` string, nullable — Source integration
    - `title` string, required — Alert monitor name, or alert name if monitor name is unavailable
    - `instance_group_variables` object — Parsed instance group variables (e.g., environment, kube_cluster_name)
  - `count` integer, required — Number of escalations in current page
  - `total` integer, required — Total number of escalations across all pages
  - `prev_page` integer, nullable — Previous page number
  - `next_page` integer, nullable — Next page number

---

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