yeastar_list_cdr
Retrieve call detail records to see who called whom, when, duration, and outcome. Optional time filters narrow results by start and end times.
Instructions
List call detail records (CDR): who called whom, when, duration, disposition. Optionally bound by start_time/end_time. Uses the openapi/v1.0 CDR surface - this connector does not target the separate v2.0 CDR API. Does not include recording audio (recording endpoints are not implemented by this connector).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Defaults to 1. | |
| end_time | No | Inclusive upper bound, format YYYY-MM-DD HH:MM:SS. | |
| page_size | No | Items per page. Defaults to the PBX's own default page size. | |
| start_time | No | Inclusive lower bound, format YYYY-MM-DD HH:MM:SS. |