Paginated detailed answered calls with CDR timeline
GET/v1/reports/answered/detailed-calls
Flat paginated list of answered calls aligned with legacy `GET /api/v1/metrics/answered/detailed`. Each row matches **distribution/detailed-calls** (composite answered call fields plus a **details** array of CDR timeline legs). Legs omit `date`, `queue_name`, and `queue_number`. Call rows omit `recording` / `has_expired`. Time fields use **HH:MM:SS** strings. Results are ordered by `datetime` descending, then `real_uniqueid` descending. Empty **tags** is `{}`. **event** may be null on some rows. Private upstream path: `/v1/reports/answered/detailed-calls`.
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:text
agentarray
Optional comma-separated agent identifiers. Omit to include all workspace agents.
Example:text
pageinteger
Example:1
per_pageinteger
Example:25