List messages
GET
/v1/conversations/:id/messagesAuth: Site public key (rk_pk_)
List messages in a conversation. Used by the widget for message history.
Path parameters
| Name | Type | Description |
|---|---|---|
idrequired | uuid | Conversation ID |
Query parameters
| Name | Type | Description |
|---|---|---|
before | string | ISO datetime cursor for pagination |
limit | integer | 1–50, default 20 |
Responses
200Message list
[
{
"id": "880e8400-e29b-41d4-a716-446655440003",
"conversationId": "550e8400-e29b-41d4-a716-446655440000",
"body": "Hi, I need help with my order",
"senderType": "visitor",
"createdAt": "2026-01-15T10:01:00Z"
}
]