---
title: "List Escalations"
method: GET
path: "/api/v1/escalations"
tags: ["escalations"]
---

# List Escalations

`GET /api/v1/escalations`

Open client-owned escalations: the drafted reply is still pending and awaiting the
founder's call. Most-recent first.

## Headers

- `authorization` string, nullable — Bearer <token>

## Response `200`

Successful Response

- EnvelopeListEscalationOut
  - `data` EscalationOut[], required
    - `draft_id` string, uuid, required
    - `customer_id` string, uuid, nullable, required
    - `customer_name` string, nullable, required
    - `customer_email` string, nullable, required
    - `category` string, nullable, required
    - `category_label` string, nullable, required
    - `reason` string, nullable, required
    - `subject` string, nullable, required
    - `body` string, nullable, required
    - `escalated_at` string, date-time, nullable, required
  - `meta` Meta
    - `request_id` string
    - `timestamp` string, date-time
    - `total` integer, nullable
    - `truncated` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/eb854265cf29/schema)
