{
"success": true,
"data": [
{
"call_sid": "call_abc123def456",
"to_number": "+15559876543",
"from_number": "+15551234567",
"agent_id": "agent_xyz789",
"agent_name": "Sales Rep",
"client_id": "org_123",
"call_type": "outbound",
"status": "completed",
"recording_enabled": true,
"total_cost": 12.35,
"duration_seconds": 120.5,
"turn_count": 7,
"created_at": "2026-03-09T10:00:00Z",
"updated_at": "2026-03-09T10:02:30Z",
"start_time": "2026-03-09T10:00:05Z",
"end_time": "2026-03-09T10:02:25Z",
"end_reason": "tool_end_call",
"billing_status": "billed"
}
],
"pagination": {
"next_cursor": "eyJjYWxsX3NpZCI6ICJjYWxsX2FiYzEyMyJ9",
"has_more": true,
"page_size": 50
}
}