Skip to main content
GET
Get Messages
CLI:

Overview

Lists messages for one Unibox thread. This endpoint verifies thread ownership and returns paginated conversation_messages rows ordered by sent_at ascending. Unlike Get thread, this endpoint does not mark the thread as read.

Path Parameters

Query Parameters

Example

Email attachment URLs are refreshed before messages are returned.

AI agent notes

Use this endpoint for polling or auditing message history when you should not reset unread state. Use Get thread when you need participant and sender context.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Thread (conversations.id) UUID.

Query Parameters

page
integer

Page number. Defaults to 1.

Required range: 0 < x <= 9007199254740991
limit
integer

Messages per page. Defaults to 50; maximum 200.

Required range: 0 < x <= 200

Response

Successful response.