---
title: "Get tickets"
method: GET
path: "/tickets"
tags: ["Tickets"]
---

# Get tickets

`GET /tickets`

Ticket is a record of more complex conversations between operators and customers, which often require additional interactions or cannot be closed in a single chat conversation. It usually also consists of emails and internal messages. This endpoint allows you to retrieve the list of all the tickets with it’s details but without messages.

If you need to fetch a particular ticket with its messages, use the <b>Get ticket details</b> endpoint.

## Query parameters

- `cursor` string

## Response `200`

Paginated list of tickets

## Other responses

- `400` — Invalid cursor

---

[API](https://skmtc.dev/tidio/apis/tidio-openapi.md) · [All operations](https://skmtc.dev/tidio/apis/tidio-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tidio/tidio-openapi/revisions/60b2d5edc91f/schema)
