---
title: "Retrieves a Ticket by ID"
method: GET
path: "/tickets/{id}"
tags: ["Ticket"]
---

# Retrieves a Ticket by ID

`GET /tickets/{id}`

Required permissions: "Tickets - View Details" or "Tickets - View 'Their Ticket' Details (assigned to them)"
Single-Customer Users can only access own tickets.

## Path parameters

- `id` integer, required

## Response `200`

successful

## Other responses

- `404` — Invalid request

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
