Get Messages
Messages
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
| Parameter | Type | Description |
|---|---|---|
id | string | Thread ID. |
Query Parameters
| Parameter | Type | Description |
|---|---|---|
page | integer | Page number. Defaults to 1. |
limit | integer | Page size. Defaults to 50, max 200. |