List Messages
curl https://api.whatbot.in/public/v1/conversations/a5230fa7-.../messages?limit=50 \ -H "X-API-Key: wa_live_xxx"Path & query parameters
Section titled “Path & query parameters”| Field | Type | Required | Description |
|---|---|---|---|
| conversation_id | string | Yes | The conversation’s id (from List Conversations). |
| limit | number | Max messages to return (max 200). Defaults to 50. |
Response
Section titled “Response”| Field | Type | Required | Description |
|---|---|---|---|
| messages | array | Messages with direction (inbound/outbound), type (text/template/media), body, and timestamps + delivery status. |
{ "messages": [ { "id": "wamid.HBg...", "direction": "outbound", "type": "text", "body": "Thanks! Your order ships today.", "status": "delivered", "created_at": "2026-07-08T09:12:00Z" } ]}