{
"headers": [ { "key": "track_id", "label": "Call ID", "type": "number", "clickable": true }, ... ],
"transactions": [
{
"calling_number": "+919876543210",
"provider_number": "+14045551234",
"status": "completed",
"track_id": "abc123",
"call_id": "call-xyz",
"total_duration": 185,
"detected_emotion": null,
"transcript": "Customer said ...",
"comments": "test comment",
"call_status": "completed",
"disposition": "resolved",
"overall_sentiment": "positive",
"error_message": null,
"cost_breakdown": null,
"voice_call_analysis": null,
"tts_cost": "0.00",
"llm_cost": "0.00",
"stt_cost": "0.00",
"infra_cost": "0.00",
"analysis_cost": "0.00",
"agent_name": "Support Agent A",
"agent_icon": null,
"agent_id": 962,
"id": 12345,
"total_cost": "0.00",
"created_at": "15 Jan 2025, 10:12 AM",
"CALL_JSON": "{...}"
}
],
"pagination": {
"totalRecords": 100,
"currentPage": 1,
"limit": 20,
"totalPages": 5,
"has_next": true,
"has_prev": false
}
}