storage_bulk_get
Bulk-fetch stored items by RID. Choose metadata-only headers or include decoded body as HTML/markdown. Optionally delete items after retrieval.
Instructions
Bulk-fetch up to 100 stored items by RID. Bodies are decoded automatically. Default as=metadata_only returns just RID/URL/timestamps to keep context lean; use as=html or as=markdown to include bodies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as | No | metadata_only (default) returns RID/URL/timestamps only; json returns full records; html/markdown include bodies. | |
| rids | Yes | Up to 100 storage RIDs to retrieve. | |
| auto_delete | No | Delete each item from storage after it is retrieved. | |
| use_js_token | No | Operate on the JS token's storage instead of the normal token's. Set to true if the target RIDs came from a crawl whose response showed token_type=js. |