cURL
curl --request GET \ --url https://api.bland.ai/v1/sms/conversations/{id} \ --header 'authorization: <authorization>'
{ "data": { "id": "convo_abc123", "created_at": "2025-05-13T20:50:59.233Z", "updated_at": "2025-05-13T20:50:59.233Z", "user_id": "user_abc123", "user_number": "+15550001111", "agent_number": "+15550002222", "inbound_id": 123456, "variables": null, "current_node_id": null, "last_message_at": "2025-05-13T20:50:59.233Z", "is_active": true, "messages": [ { "created_at": "2025-05-13T20:50:59.708Z", "message": "<Call Connected>", "from": "+15550002222", "to": "+15550001111", "sender": "USER", "id": 100001, "status": null, "error_code": null }, { "created_at": "2025-05-13T20:51:00.917Z", "message": "Hey, what's up?", "from": "+15550002222", "to": "+15550001111", "sender": "AGENT", "id": 100002, "status": "delivered", "error_code": null } ] }, "errors": null }
Retrieve a single SMS conversation and its messages by its ID
null
"user"
"agent"
"delivered"
"failed"