---
title: "List user's support tickets"
method: GET
path: "/support/tickets"
tags: ["Support"]
---

# List user's support tickets

`GET /support/tickets`

## Response `200`

List of tickets

- object
  - `tickets` object[]
    - `publicId` string
    - `subject` string
    - `status` string
    - `messageCount` integer
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthenticated
- `402` — Payment required. Returns a WWW-Authenticate header with an MPP challenge for pay-per-use endpoints, or indicates a subscription/credit issue for identity-authenticated endpoints.

## Changes

- **2026-04-25** `2adc33156b4b` — 2 warning, 5 info
  - added the new `insufficient_credits` enum value to the `error` response property for the response status `401`
  - added the new `no_credits` enum value to the `error` response property for the response status `401`
  - the endpoint scheme security `apiKey` was added to the API
  - the endpoint scheme security `oauthBearer` was added to the API
  - …3 more

[Change history](https://skmtc.dev/xquik-dev/apis/xquik-api/changes/support/tickets/get.md)

---

[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.dev/xquik-dev/apis/xquik-api/revisions/2adc33156b4b?raw)
