v2
latestOpenAPI 3.0.02026-08-0688139156.5 KBSnapshots
Get snapshot
get/v1/snapshot/{snapshot_id}
Path parameters
snapshot_idstring required
ID of a snapshot
Example:s_0123456789ab
Response
OK
Example response
{
"agent_id": "a_0123456789ab",
"backup_ended_at": "2024-08-23T01:40:08Z",
"backup_started_at": "2024-08-23T01:25:08Z",
"deleted": "2024-08-23T01:25:08Z",
"deletions": [
{
"deleted": "2024-08-23T01:25:08Z",
"first_and_last_name": "John Smith"
}
],
"locations": [
{
"device_id": "d_0123456789ab"
}
],
"snapshot_id": "s_0123456789ab",
"verify_boot_duration_seconds": 95,
"verify_boot_status": "success",
"verify_fs_status": "success",
"verify_service_status": "success"
}