# List ticket replies

`GET https://api.cademi.com.br/api/v3/support/tickets/{ticket_id}/replies`

Operation ID: `tickets.replies.list` · API v3

Returns the ticket conversation in chronological order, oldest message first, using cursor-based pagination. The collection includes messages from the user and from the support team.

Required permissions: `tickets.read`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `ticket_id` | path | string | yes |  |

## Responses

### 200

Returns a page of ticket messages.

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

### 404

The ticket was not found or is not accessible with the current credentials.

Body: Error.

Full schema: https://cademi.dev/openapi/v3.json
