Retreives details of a specific call
Page number for pagination.
1
Number of records per page.
10
Start date for filtering (ISO format).
"2025-10-01T00:00:00Z"
End date for filtering (ISO format).
"2025-10-29T23:59:59Z"
Filter calls by status (e.g. success, failed).
"success"
Filter calls by agent type (e.g. webcall, phonecall).
"webcall"
Call stats fetched successfully
200
"Call stats fetched successfully"
{
"total_calls": 125,
"successful_calls": 118,
"failed_calls": 7,
"average_duration": "3m 45s",
"calls": [
{
"call_id": "6900b87ca70928b1224f0619",
"agent_id": "685d4b93e834a8dba90f2e12",
"agent_type": "webcall",
"status": "success",
"duration": "2m 30s",
"created_at": "2025-10-29T10:15:00Z"
}
]
}