---
title: "Get a ticket"
method: GET
path: "/v1/tickets/{id}"
tags: ["tickets"]
---

# Get a ticket

`GET /v1/tickets/{id}`

Get a ticket by ticket id.

## Path parameters

- `id` string, required

## Headers

- `Workspace` string, required

## Response `200`

Success

- TicketResponse — unresolved $ref

## Other responses

- `400` — Bad request, validation error
- `401` — Unauthorized request
- `403` — Access forbidden
- `429` — Too Many Requests
- `500` — Internal server error

---

[API](https://skmtc.net/coro/apis/coro-cybersecurity-public-api.md) · [All operations](https://skmtc.net/coro/apis/coro-cybersecurity-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coro/coro-cybersecurity-public-api/revisions/b635522b2393/schema)
