v1
latestOpenAPI 3.0.32026-07-264955102.7 KBConversations
Get conversation item
Returns a single call or SMS message by its ID.
get/v2/api/conversations/items/{id}
Path parameters
idstring required
Example:cll-abc123
Item ID (cll-* for calls, msg-* for messages)
Query parameters
extendstring
Example:transcript
Comma-separated optional fields. Supported: transcript
Response
Conversation item
Example response
{
"data": {
"id": "cll-abc123",
"allo_number": "+14155550100",
"contact_number": "+14155551234",
"contacts": [
{
"id": "cnt-abc123",
"name": "Sarah Johnson",
"company": {
"id": "com-xyz789",
"name": "Acme Corp"
},
"deals": [
{
"id": "dea-def456",
"name": "Enterprise Plan"
}
]
}
],
"user": {
"id": "usr-abc123",
"name": "John",
"email": "john@acme.com"
}
}
}