Skip to content

Distribution summary metrics

GET/v1/reports/distribution/summary

Returns distribution summary metrics for the selected date/time window, queues, and agents, including login/logoff counts and service-level percentage.

Query Parameters

from_datestring required

Start date (DD-MM-YYYY).

Example:06-05-2026
to_datestring required

End date (DD-MM-YYYY).

Example:17-05-2026
from_timestring

Start time (HH-MM-SS). Defaults to start of day.

Example:00-00-00
to_timestring

End time (HH-MM-SS). Defaults to end of day.

Example:23-59-59
time_zonestring

UTC offset. Defaults to +00:00 when omitted.

Example:+03:00
queuearray

Optional comma-separated queue numbers or names. Omit to include all workspace queues.

Example:1001,1002
agentarray

Optional comma-separated agent identifiers (extension number or name). Omit to include all workspace agents.

Example:2001,2002
pageinteger
Example:1
per_pageinteger
Example:25

Responses

Body

success_codeenum: 200 | 201Numeric success code matching the HTTP response status. required
Example:200
messagestring required
Example:OK
detailsobject required
dataobject (CallCenterDistributionSummaryData) required
receivedinteger required
answeredinteger required
unansweredinteger required
abandonedinteger required
transferredinteger required
loginsintegerAgent login events in the filtered window. required
logoffintegerAgent logoff events in the filtered window. required
answered_percentagenumber (float) required
unanswered_percentagenumber (float) required
abandoned_percentagenumber (float) required
slanumber (float)Percentage of received calls answered within SLA threshold (wait under 60 seconds). required
metaobject
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required
error_codeintegerNumeric error code matching the HTTP response status. required
Example:400
messagestring required
detailsobjectValidation errors are returned as a field-to-messages map; other errors may use arbitrary keys. required