v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
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

successboolean

Example response

{
  "success": true
}