Concurrent call counts

View as Markdown

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

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Query parameters

datedateRequired

Date to query (YYYY-MM-DD)

agentIdstringOptional
Filter to a specific agent
includeAgentsenumOptional

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

Allowed values:

Response

Minute-level concurrency data

successboolean
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error