outbound.batches
Fetch Outbound Communication Batch Results
get/api/v1/outbound/batches/{batch_id}/results
Path parameters
batch_idstring required
Query parameters
reference_idstring nullable
statusstring nullable
insights_statusstring nullable
Response
Successful Response
Example response
[
{
"reference_id": "12345",
"target": "512-555-1234",
"channel_manager_sid": "LMc4b16a9df2ce33d84b3d30581fe6598c",
"created_at": "2026-08-03T00:00:00Z",
"sent_at": "2026-08-04T00:00:00Z",
"session_id": 1,
"conversation_id": 1,
"channel_manager_status": "COMPLETED",
"insights_status": "PENDING",
"insights": {
"rating": "Good",
"summary": "The customer service agent successfully assisted the caller with their inquiry and the call ended positively."
},
"line_type": "mobile",
"enrichment": {
"carrier_name": "Onvoy, LLC - Sinch",
"line_type": "mobile",
"mcc": "313",
"mnc": "410"
}
}
]