---
title: "Get snapshot"
method: GET
path: "/snapshots/{snapshotName}"
tags: ["Snapshot"]
---

# Get snapshot

`GET /snapshots/{snapshotName}`

Get a snapshot with specified name

## Path parameters

- `snapshotName` string, required

## Response `200`

Get snapshot

- Snapshot — Snapshot configuration
  - `id` string, required — Unique identifier for the snapshot
  - `name` string, required — Name of the snapshot. This name must be unique within the organization.
  - `boxType` 'linux' | 'android', required — The type of the box that the snapshot is taken from
  - `providerType` 'vm', required — The provider type of the snapshot
  - `status` 'Pending' | 'Available' | 'Error', required — The status of the snapshot

---

[API](https://skmtc.dev/babelcloud/apis/gbox-open-api.md) · [All operations](https://skmtc.dev/babelcloud/apis/gbox-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/babelcloud/gbox-open-api/revisions/d655577fa915/schema)
