Get Call
Calls
Get Call
Retreives details of a specific call
GET
Get Call
Documentation Index
Fetch the complete documentation index at: https://docs-in.getello.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Page number for pagination.
Example:
1
Number of records per page.
Example:
10
Start date for filtering (ISO format).
Example:
"2025-10-01T00:00:00Z"
End date for filtering (ISO format).
Example:
"2025-10-29T23:59:59Z"
Filter calls by status (e.g. success, failed).
Example:
"success"
Filter calls by agent type (e.g. webcall, phonecall).
Example:
"webcall"
Response
Call stats fetched successfully
Example:
200
Example:
"Call stats fetched successfully"
Example:
{
"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"
}
]
}