[
{
"contact_id": "con_111",
"batch_id": "btc_xyz001",
"campaign_id": "cmp_abc123",
"phone_number": "+919876543210",
"call_variables": {
"callee_name": "Rajesh Sharma",
"current_plan": "Basic Health",
"renewal_date": "2026-07-01",
"premium": "12000"
},
"status": "completed",
"retry_count": 1,
"follow_up_count": 0,
"last_attempted_at": "2026-05-10T10:15:00Z",
"next_retry_at": null,
"latest_retry_count": 1,
"current_call": {
"execution_id": "exec_aaa",
"call_status": "completed",
"duration_seconds": 142,
"recording_url": "https://recordings.example.com/rec123.wav",
"transcript": "Agent: Hello Rajesh! I'm calling about your Health Insurance renewal...",
"summary": "Customer expressed interest in upgrading to Family Floater plan.",
"sentiment": "positive",
"hangup_by": "assistant",
"hangup_reason": "goal_completed",
"total_cost": 0.12,
"retry_count": 1,
"is_follow_up": false
},
"call_records": [
{
"execution_id": "exec_bbb",
"call_status": "no-answer",
"duration_seconds": 0,
"recording_url": null,
"retry_count": 0,
"is_follow_up": false,
"created_at": "2026-05-10T09:00:00Z"
},
{
"execution_id": "exec_aaa",
"call_status": "completed",
"duration_seconds": 142,
"recording_url": "https://recordings.example.com/rec123.wav",
"transcript": "...",
"summary": "Customer expressed interest in upgrading to Family Floater plan.",
"sentiment": "positive",
"hangup_by": "assistant",
"hangup_reason": "goal_completed",
"total_cost": 0.12,
"retry_count": 1,
"is_follow_up": false,
"created_at": "2026-05-10T10:15:00Z"
}
]
}
]