Skip to main content
Glama

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

NameRequiredDescriptionDefault
filter_patternsNoList of filter patterns
filter_typeNoFilter typesubstring
statusNoFilter by statusindexed
afterNoFilter snapshots after timestamp
beforeNoFilter snapshots before timestamp
sortNoSort fieldbookmarked_at
as_jsonNoOutput as JSON
as_htmlNoOutput as HTML
as_csvNoOutput as CSV or fields to includetimestamp,url
with_headersNoInclude headers in output
extra_dataNoAdditional parameters as a dictionary

Input Schema (JSON Schema)

{ "properties": { "after": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": 0, "description": "Filter snapshots after timestamp" }, "as_csv": { "anyOf": [ { "type": "string" }, { "type": "boolean" } ], "default": "timestamp,url", "description": "Output as CSV or fields to include" }, "as_html": { "default": false, "description": "Output as HTML", "type": "boolean" }, "as_json": { "default": true, "description": "Output as JSON", "type": "boolean" }, "before": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": 999999999999999, "description": "Filter snapshots before timestamp" }, "extra_data": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "description": "Additional parameters as a dictionary" }, "filter_patterns": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "List of filter patterns" }, "filter_type": { "default": "substring", "description": "Filter type", "type": "string" }, "sort": { "default": "bookmarked_at", "description": "Sort field", "type": "string" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "indexed", "description": "Filter by status" }, "with_headers": { "default": false, "description": "Include headers in output", "type": "boolean" } }, "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Knuckles-Team/archivebox-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server