---
title: "Get ticket with all messages"
method: GET
path: "/support/tickets/{id}"
tags: ["Support"]
---

# Get ticket with all messages

`GET /support/tickets/{id}`

## Path parameters

- `id` string, required

## Response `200`

Ticket detail

- object
  - `publicId` string
  - `subject` string
  - `status` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `messages` object[]
    - `body` string
    - `sender` string
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthenticated
- `404` — Not found

---

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