Skip to main content
Glama

get_archiveresults

Retrieve archived web content results by applying filters like ID, URL, tags, status, or search terms to find specific snapshots in your ArchiveBox collection.

Instructions

List all ArchiveResult entries matching these filters.

Input Schema

NameRequiredDescriptionDefault
idNoFilter by ID
searchNoSearch across snapshot url, title, tags, extractor, output, id
snapshot_idNoFilter by snapshot ID
snapshot_urlNoFilter by snapshot URL
snapshot_tagNoFilter by snapshot tag
statusNoFilter by status
outputNoFilter by output
extractorNoFilter by extractor
cmdNoFilter by command
pwdNoFilter by working directory
cmd_versionNoFilter by command version
created_atNoFilter by exact creation date (ISO 8601)
created_at__gteNoFilter by creation date >= (ISO 8601)
created_at__ltNoFilter by creation date < (ISO 8601)
limitNoNumber of results to return
offsetNoOffset for pagination
pageNoPage number for pagination
api_key_paramNoAPI key for QueryParamTokenAuth

Input Schema (JSON Schema)

{ "properties": { "api_key_param": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "API key for QueryParamTokenAuth" }, "cmd": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by command" }, "cmd_version": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by command version" }, "created_at": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by exact creation date (ISO 8601)" }, "created_at__gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by creation date >= (ISO 8601)" }, "created_at__lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by creation date < (ISO 8601)" }, "extractor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by extractor" }, "id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by ID" }, "limit": { "default": 10, "description": "Number of results to return", "type": "integer" }, "offset": { "default": 0, "description": "Offset for pagination", "type": "integer" }, "output": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by output" }, "page": { "default": 0, "description": "Page number for pagination", "type": "integer" }, "pwd": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by working directory" }, "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Search across snapshot url, title, tags, extractor, output, id" }, "snapshot_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by snapshot ID" }, "snapshot_tag": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by snapshot tag" }, "snapshot_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by snapshot URL" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by status" } }, "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