Snapshots

Download a snapshot (shard)

GET
Downloads the specified snapshot of a shard from a collection as a file.

Path parameters

collection_namestringRequired
Name of the collection
shard_idintegerRequired
Id of the shard
snapshot_namestringRequired
Name of the snapshot to download

Response

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