---
title: "Get messages"
method: GET
path: "/api/ext/v3/conversations/{target}/messages"
tags: ["Conversations"]
---

# Get messages

`GET /api/ext/v3/conversations/{target}/messages`

## Path parameters

- `target` string, required

## Query parameters

- `page_number` integer, required
- `page_size` integer, required

## Response `200`

Returns the message list.

- GetMessagesByConversationIdResponse — Response model for getting the message list.
  - `message_list` ConversationEventDto[], nullable — The list of conversation message
    - `id` string, nullable — The unique identifier of the conversation event.
    - `created` string, date-time — The creation timestamp of the event.
    - `conversation_id` string, nullable — The associated conversation identifier.
    - `ticket_id` string, nullable — The associated ticket identifier.
    - `event_type` string, nullable — The type of event (e.g., message, ticket, broadcast).
  - `page_number` integer — The current page number.
  - `page_size` integer — The number of items per page.

## Other responses

- `400` — The request is invalid.
- `401` — The request is unauthorized.
- `403` — The request is forbidden.
- `429` — Too many requests. Either the rate limit has been exceeded or usage limits have been reached.
- `500` — Unexpected error occurred. Please try again.

---

[API](https://skmtc.dev/wati/apis/api-documentation-v3.md) · [All operations](https://skmtc.dev/wati/apis/api-documentation-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wati/api-documentation-v3/revisions/dee16d2c7d41/schema)
