list_archive_files
List files in an archive with relative path, size, and SHA-256 checksum. Paginated for large archives.
Instructions
The file manifest of one archive from the catalog index: each file's relative path, size, and SHA-256 (sha256 is null for entries indexed before per-file capture). Paginated for very large archives. Combine with archive_detail to produce client-ready deliverable lists and per-file checksum manifests. Answers come from the catalog index, not by re-reading the archive; a one-time index backfill may read a LOCAL copy of an archive that pre-dates the index. If the archive has data but no index could be built (e.g. a legacy tape-only import), the response says indexed: false with a note — that is "manifest unavailable", NEVER "the archive is empty".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max files to return (default 500, max 2000). | |
| offset | No | Skip this many files (default 0). | |
| archive_id | Yes | The archive's id (see list_archives / find_file). |