Snapshots

Download a snapshot (collection)

GET
Downloads the specified snapshot file from a collection.

Path parameters

collection_namestringRequired
Name of the collection
snapshot_namestringRequired
Name of the snapshot to download

Response

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