list_archive_entries
Retrieve a list of archived recording sessions with transcripts, audio/video flags, and metadata. Entries are ordered newest first, limited by an optional cap.
Instructions
List archived recording sessions (the user's historical transcripts + linked audio/video). Each entry has an opaque id (use it with read_archive or delete_archive_entry), date, full transcript text, wordCount, engine used, and hasAudio / hasVideo booleans. Newest first. Path information is NOT returned — agents work with the opaque id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Cap on entries returned (default 200). |