list_transcriptions
Retrieve recent transcriptions for your API key, filtered by status or date range, with pagination to browse older results.
Instructions
List recent transcriptions for the configured API key, with optional status/date filters and cursor pagination. The full transcript body is omitted — fetch transcribe_status per id to read it. Requires a configured API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO 8601 timestamp upper bound (exclusive). | |
| from | No | ISO 8601 timestamp lower bound (inclusive). | |
| limit | No | Max items per page (1-200, default 50). | |
| order | No | Sort order. Default: desc. | |
| cursor | No | Opaque cursor from a previous response. | |
| status | No | Filter by status. |