duo_get_telephony_log
Retrieves Cisco Duo telephony log events for phone call and SMS credit usage, with optional time filters and pagination for auditing.
Instructions
Get the telephony log (v2) - phone call/SMS credit usage events. Paginate with next_offset (pass back the comma-joined pair from the previous response's metadata.next_offset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page. | |
| maxtime | No | Only return events at or before this Unix epoch millisecond timestamp. | |
| mintime | No | Only return events at or after this Unix epoch millisecond timestamp. | |
| next_offset | No | Pagination cursor from a previous response. |