get_cdr_records
Fetch call detail records (CDR) from the voice platform. Specify user, domain, and date range to obtain call logs for analysis.
Instructions
Retrieve call detail records (CDR)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | No | Start date for CDR search (YYYY-MM-DD format) | |
| endDate | No | End date for CDR search (YYYY-MM-DD format) | |
| user | No | Specific user to get CDR records for | |
| domain | No | Domain to search in (required if user is specified) | |
| limit | No | Maximum number of records to return (default: 100) |