v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Analytics

Concurrent call counts

Returns minute-by-minute concurrent call counts for a specific day. Optionally broken down per agent.

get/analytics/concurrency

Query parameters

datestring date required

Date to query (YYYY-MM-DD)

agentIdstring

Filter to a specific agent

includeAgents'true' | 'false'

Pass true to include a per-agent breakdown in the response

Response

Minute-level concurrency data

successboolean

Example response

{
  "success": true
}