Get Conversation

Fetch the messages (conversation) in a chat. The newest page is returned first; messages within the page are oldest→newest. Use offset to page backwards through history — hasMore=true means older messages exist.

Each message carries: direction (inbound/outbound), type, text, mediaUri, delivery status, timestamp, sender, the replying agent (if any), a replyTo quote (if any), templateName (if sent from a template) and email metadata (EMAIL channel only).

This is a pure read — it does NOT mark the chat as seen.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Your organisation UUID (returned as org from the /token endpoint).

string
required

The chat UUID (the chatId from the chat list / create-chat response).

Query Params
number

Page size (1-200, default 50). Newest page first; messages within the page are oldest-first.

number

Offset (default 0).

Responses

401

Unauthorized

403

Forbidden

404

Chat not found in your organisation

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json