Unanswered service level metrics
GET/v1/reports/unanswered/service-level/metrics
Returns unanswered-call service-level metrics grouped by wait-time threshold for the selected date/time window, queues, and agents.
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
Responses
Body
success_codeenum: 200 | 201•Numeric success code matching the HTTP response status. required
Example:200
messagestring required
Example:OK
detailsobject required
dataarray[object] required
thresholdstring•Wait-time SLA threshold in seconds (15-second steps up to 150). required
Example:30
countsinteger•Cumulative calls with wait time at or below this threshold for the full filter
period. Not limited to calls listed in
calls.
required deltainteger•Calls in this wait-time band only (incremental vs the previous threshold), for the full
filter period.
required
percentagenumber (float)•Share of total calls at or below this threshold for the full filter period.
required
metaobject