Fetch call analytics by company
Retrieves inbound and outbound call analytics grouped by account for one or more companies.
company_ids is required (comma-separated UUIDs).
start_time and end_time are optional; if either is missing, the last 6 months is used.
Durations are in seconds.
call_count / total_duration are inbound; outgoing_* are outbound.
Authorizations
Authentication token required for accessing protected endpoints. The token should be obtained from the main SalesCaptain authentication service.
Body
Comma-separated list of company UUIDs
"52cd5521-394d-4676-a5dd-16f1a9d488c1,a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Start of the analytics window (must be provided with end_time)
"2026-02-12T00:00:00.000Z"
End of the analytics window (must be provided with start_time)
"2026-08-12T23:59:59.999Z"

