Skip to content

List Conversations

cURL
curl https://api.whatbot.in/public/v1/conversations?limit=50 \
-H "X-API-Key: wa_live_xxx"
FieldTypeRequiredDescription
limitnumberMax conversations to return (max 200). Defaults to 50.
FieldTypeRequiredDescription
conversationsarrayConversations, each with the contact, status, assignment, unread count, and last message/inbound timestamps.
200
{
"conversations": [
{
"id": "a5230fa7-...",
"phone_number": "919876543210",
"contact_name": "Ravi Kumar",
"status": "open",
"assigned_agent_name": "Priya",
"unread_count": 0,
"last_message_at": "2026-07-08T09:12:00Z"
}
]
}