---
title: "Get Ticket By ID"
method: GET
path: "/tickets/{ticket_id}"
tags: ["tickets"]
---

# Get Ticket By ID

`GET /tickets/{ticket_id}`

This endpoint retrieves a specific ticket along with the associated chat, and messages

## Response `200`

200 OK

- object — The response is a ticket object, which also includes the chat and message details. Refer to [the ticket object here](/api-reference/objects/the-ticket-info-object)

---

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