archives_by_date_range
Retrieve archived voice-to-text sessions filtered by a start-to-end date range, with optional limits. Sessions sorted newest first.
Instructions
Return archived sessions whose start timestamp falls within [from, to]. Either endpoint is optional — omit from for "since beginning", omit to for "until now". Sorted newest first. Use ISO 8601 (date or date+time, e.g. "2026-05-20" or "2026-05-20T18:00:00Z").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO 8601 end of window. Inclusive. | |
| from | No | ISO 8601 start of window. Inclusive. | |
| limit | No | Cap the returned entry count. Default 200. |