list_archives
List all archives stored on media with project, size, SHA-256, and 3-2-1 coverage. Filter by project, collection, or name substring.
Instructions
List the archives (the leaves actually written to media). Each archive's project, size, SHA-256, 3-2-1 coverage, and every Destination it is stored at (Destination + kind + status) are included. Optionally narrow with project_id (one container), collection_id (one Collection within a project), and/or name (case-insensitive substring, e.g. "johnson" to find the Johnson family album).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive substring filter on the archive name. | |
| project_id | No | Only archives in this project (container) id. | |
| collection_id | No | Only archives filed in this Collection id (see list_collections). |