Skip to main content
GET
List messages in a WhatsApp conversation

Authorizations

Authorization
string
header
required

API key created in the dashboard under Settings → API Keys. Send it as Authorization: Bearer pk_....

Path Parameters

session_id
integer
required

Conversation (session) ID, as returned by List WhatsApp conversations.

Query Parameters

limit
integer
default:50

Page size (1–500).

Required range: 1 <= x <= 500
offset
integer
default:0

Number of messages to skip, oldest-first.

Required range: x >= 0

Response

OK

Paginated transcript for a single session (overflow drill-down).

data
PublicWhatsAppMessageSchema · object[]
required

Messages on this page, oldest-first.

count
integer
required

Total conversational messages in the session.

limit
integer
required

Page size that was applied.

offset
integer
required

Offset that was applied.

status
string
default:success

Always success.

Allowed value: "success"
participants
PublicWhatsAppParticipantsSchema · object

The conversation's participant roster. Describes the whole conversation, not just the returned page.