Documentation

List messages

GET/v1/conversations/:id/messages

Auth: Site public key (rk_pk_)

List messages in a conversation. Used by the widget for message history.

Path parameters

NameTypeDescription
idrequireduuidConversation ID

Query parameters

NameTypeDescription
beforestringISO datetime cursor for pagination
limitinteger1–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"
  }
]