{
"executions": [
{
"id": 1001,
"execution_id": 1001,
"contact_id": 101,
"contact_name": "John Smith",
"contact_phone": "+15551234567",
"status": "completed",
"call_id": "CA123abc456def789ghi",
"sms_id": null,
"executed_at": "2024-02-15T14:29:30Z",
"execution_data": {
"from_number": "+15550001234",
"to_number": "+15551234567",
"personalized_welcome_message": "Hi John, this is Sarah from Acme Healthcare.",
"template_variables_used": {
"name": "John Smith",
"appointment_date": "February 15th"
},
"duration_seconds": 45,
"voice_analytics": {
"sentiment_score": 0.85
}
}
},
{
"id": 1000,
"execution_id": 1000,
"contact_id": 102,
"contact_name": "Jane Doe",
"contact_phone": "+15559876543",
"status": "no_answer",
"call_id": "CA789ghi012jkl345mno",
"sms_id": null,
"executed_at": "2024-02-15T14:28:45Z",
"execution_data": {
"from_number": "+15550001234",
"to_number": "+15559876543",
"error_details": "No answer after 30 seconds",
"retry_reason": "Will retry in 30 minutes"
}
}
],
"pagination": {
"page": 1,
"per_page": 50,
"total_items": 350,
"total_pages": 7,
"has_next": true,
"has_prev": false
}
}