Analytics
List call records
Paginated listing of call records for the organization, with optional filtering by agent, campaign, call type, and date range.
get/analytics/call-counts-log
Query parameters
agentIdstring
Comma-separated agent IDs to filter results
campaignIdstring
Campaign ID to filter results
callTypestring
Type of call to filter (e.g. inbound, outbound)
dateFromstring date-time
Start of date range (ISO 8601)
dateTostring date-time
End of date range (ISO 8601)
pageinteger
Page number (default 1)
limitinteger
Records per page (default 10)
Response
Paginated call records
Example response
{
"success": true
}