---
title: "Get snapshot"
method: GET
path: "/v1/snapshot/{snapshot_id}"
tags: ["Snapshots"]
---

# Get snapshot

`GET /v1/snapshot/{snapshot_id}`

## Path parameters

- `snapshot_id` string, required — ID of a snapshot

## Response `200`

OK

- Snapshot — Snapshot object that represents a snapshot that was taken as part of a successful backup.
  - `agent_id` string, required — ID of an agent
  - `backup_ended_at` string, date-time, required — End time of the backup that created the snapshot
  - `backup_started_at` string, date-time, required — Start time of the backup that created the snapshot
  - `deleted` string, date-time — Timestamp when the snapshot was deleted. If this field is not present, the snapshot has not been deleted.
  - `deletions` Deletion[] — List of deletion details
    - `deleted` string, date-time, required — Timestamp when the deletion occurred
    - `deleted_by` string, required — Name of the person or system that deleted the snapshot
    - `first_and_last_name` string — First and last name of a user
    - `type` 'local' | 'cloud', required — Type of the location
  - `locations` Location[], required — Location(s) of the snapshot. It will always exist in at least 1 location.
    - `device_id` string, required — ID of a device
    - `type` 'local' | 'cloud', required — Type of the location
  - `snapshot_id` string, required — ID of a snapshot
  - `verify_boot_duration_seconds` integer — Duration of the boot verification in seconds, measured from VM power-on to the moment a successful boot was determined. Only present when verify_boot_status is success.
  - `verify_boot_screenshot_url` string, uri — URL to the screenshot of the boot verification. If this field is not present, that indicates a screenshot was not taken.
  - `verify_boot_status` 'success' | 'warning' | 'error' | 'skipped' | 'pending' | 'pending_due_to_disaster_vm' — Status of boot verification. If this field is not present, that indicates boot verification is pending.
  - `verify_fs_status` 'success' | 'warning' | 'error' | 'skipped' — Status of filesystem verification. If this field is not present, that indicates filesystem verification is pending.
  - `verify_service_status` 'success' | 'error' | 'skipped' | 'stopped' — Status of service verification. If this field is not present, that indicates service verification is pending.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/slide/apis/slide-api.md) · [All operations](https://skmtc.net/slide/apis/slide-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slide/slide-api/revisions/c63e4b604dd1/schema)
