archive_read
Read archived web fetch and search records from a JSONL file, returning entries newest first. Specify the file ID and limit the number of records.
Instructions
Read entries from an archive file.
Args: file_id: Archive file name (e.g., '2026-07-30-fetch-example.jsonl') max_entries: Maximum entries to return, newest first (default 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| max_entries | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |