For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
CloudGitHub
  • API Reference
      • GETList all snapshots (collection)
      • POSTCreate a snapshot (collection)
      • POSTRecover from an uploaded snapshot (collection)
      • PUTRecover from a snapshot (collection)
      • GETDownload a snapshot (collection)
      • DELDelete a snapshot (collection)
      • GETList all snapshots (storage)
      • POSTCreate a snapshot (storage)
      • GETDownload a snapshot (storage)
      • DELDelete a snapshot (storage)
      • POSTRecover from an uploaded snapshot (shard)
      • PUTRecover from a snapshot (shard)
      • GETList all snapshots (shard)
      • POSTCreate a snapshot (shard)
      • GETDownload a snapshot (shard)
      • DELDelete a snapshot (shard)
LogoLogo
CloudGitHub
API ReferenceSnapshots

Download a snapshot (storage)

GET
/snapshots/:snapshot_name
GET
/snapshots/:snapshot_name
$curl http://localhost:6333/snapshots/snapshot_name \
> -H "api-key: <apiKey>"
Downloads the specified snapshot of the entire storage as a file.
Was this page helpful?
Previous

Delete a snapshot (storage)

Next
Built with

Authentication

api-keystring
API Key authentication via header

Path parameters

snapshot_namestringRequired
Name of the snapshot to download

Response

Snapshot file