Skip to content

List Messages

cURL
curl https://api.whatbot.in/public/v1/conversations/a5230fa7-.../messages?limit=50 \
-H "X-API-Key: wa_live_xxx"
FieldTypeRequiredDescription
conversation_idstringYesThe conversation’s id (from List Conversations).
limitnumberMax messages to return (max 200). Defaults to 50.
FieldTypeRequiredDescription
messagesarrayMessages with direction (inbound/outbound), type (text/template/media), body, and timestamps + delivery status.
200
{
"messages": [
{
"id": "wamid.HBg...",
"direction": "outbound",
"type": "text",
"body": "Thanks! Your order ships today.",
"status": "delivered",
"created_at": "2026-07-08T09:12:00Z"
}
]
}