Snapshots

Download a snapshot (storage)

GET
Downloads the specified snapshot of the entire storage as a file.

Path parameters

snapshot_namestringRequired
Name of the snapshot to download

Response

This endpoint returns a file.
GET
1curl http://localhost:6333/snapshots/:snapshot_name \
2 -H "api-key: <apiKey>"