cli_list
List and filter ArchiveBox snapshots by status, date range, or patterns to retrieve archived content metadata in JSON, HTML, or CSV formats.
Instructions
Execute archivebox list command.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_patterns | No | List of filter patterns | |
| filter_type | No | Filter type | substring |
| status | No | Filter by status | indexed |
| after | No | Filter snapshots after timestamp | |
| before | No | Filter snapshots before timestamp | |
| sort | No | Sort field | bookmarked_at |
| as_json | No | Output as JSON | |
| as_html | No | Output as HTML | |
| as_csv | No | Output as CSV or fields to include | timestamp,url |
| with_headers | No | Include headers in output | |
| extra_data | No | Additional parameters as a dictionary |