Get snapshot details
get/snapshots/{snapshotId}
Path parameters
snapshotIdstring required
Snapshot ID
Response
Snapshot details
Example response
{
"id": "q7z1w7l2af4l8y7q1h7g2m3s",
"name": "baseline-standby",
"kind": "Standby",
"tags": {
"team": "backend",
"env": "staging"
},
"source_instance_id": "qilviffnqzck2jrim1x6s2b1",
"source_instance_name": "nginx1",
"source_hypervisor": "cloud-hypervisor",
"created_at": "2026-03-06T13:56:11Z",
"size_bytes": 104857600,
"compression_state": "compressed",
"compression_error": "write compressed stream: no space left on device",
"compression": {
"enabled": true,
"algorithm": "zstd",
"level": 1
},
"compressed_size_bytes": 73400320,
"uncompressed_size_bytes": 4294967296
}