Get call statistics
cdr_get_statisticsRetrieve aggregated call metrics like totals, durations, and dispositions for a specified date range. Ideal for summary inquiries such as total calls per week or ASR/ACD analysis.
Instructions
Get aggregated CDR metrics (totals, durations, dispositions) for a date range. Use for summary questions like 'how many calls last week' or ASR/ACD analysis. For individual calls use cdr_get_details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End date (YYYY-MM-DD, inclusive) | |
| start_date | No | Start date (YYYY-MM-DD) | |
| tz_offset_minutes | No | Operator timezone offset in minutes, as returned by JS getTimezoneOffset() (e.g. 420 for US Mountain in summer) |