Skip to main content
GET
List messages in a WhatsApp conversation

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

session_id
integer
requerido

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

Parámetros de consulta

limit
integer
predeterminado:50

Page size (1–500).

Rango requerido: 1 <= x <= 500
offset
integer
predeterminado:0

Number of messages to skip, oldest-first.

Rango requerido: x >= 0

Respuesta

OK

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

data
PublicWhatsAppMessageSchema · object[]
requerido

Messages on this page, oldest-first.

count
integer
requerido

Total conversational messages in the session.

limit
integer
requerido

Page size that was applied.

offset
integer
requerido

Offset that was applied.

status
string
predeterminado:success

Always success.

Allowed value: "success"
participants
PublicWhatsAppParticipantsSchema · object

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