get_any
Retrieve specific snapshots, archive results, or tags by their unique identifier from the ArchiveBox web archiving system to access archived content and metadata.
Instructions
Get a specific Snapshot, ArchiveResult, or Tag by abid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| abid | Yes | The abid of the Snapshot, ArchiveResult, or Tag |
Input Schema (JSON Schema)
{
"properties": {
"abid": {
"description": "The abid of the Snapshot, ArchiveResult, or Tag",
"type": "string"
}
},
"required": [
"abid"
],
"type": "object"
}