Get Messages
Unibox
Get Messages
List messages in a Unibox thread without changing unread state.
GET
Get Messages
CLI:
Email attachment URLs are refreshed before messages are returned.
Overview
Lists messages for one Unibox thread. This endpoint verifies thread ownership and returns paginatedconversation_messages rows ordered by sent_at ascending.
Unlike Get thread, this endpoint does not mark the thread as read.
Path Parameters
Query Parameters
Example
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Thread (conversations.id) UUID.
Query Parameters
Page number. Defaults to 1.
Required range:
0 < x <= 9007199254740991Messages per page. Defaults to 50; maximum 200.
Required range:
0 < x <= 200Response
Successful response.