---
title: "GET /api/support-ticket/"
method: GET
path: "/api/support-ticket/"
tags: ["support-ticket"]
---

# GET /api/support-ticket/

`GET /api/support-ticket/`

## Headers

- `X-Company` string

## Response `200`

- SupportTicket[]
  - `id` string, uuid, required
  - `created_by` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `issue` string, required
  - `description` string, required

## Changes

- **2026-08-27** `e4642ab9462e` — 2 info
  - the response optional property `items/created_by` became read-only for the status `200`
  - the response property `items/created_by` became required for the status `200`

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

---

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