---
title: "Get sandbox snapshot"
method: GET
path: "/api/snapshots/{key}"
tags: ["Snapshots"]
---

# Get sandbox snapshot

`GET /api/snapshots/{key}`

## Path parameters

- `key` string, required

## Response `200`

Snapshot details

- SandboxSnapshotResponse
  - `snapshot` SandboxSnapshot, required
    - `id` string, uuid, required
    - `snapshotName` string, required
    - `namespace` string, required
    - `imageNamespace` string
    - `imageName` string, required
    - `imageId` string, uuid
    - `vcpus` integer, nullable
    - `memMiB` integer, nullable
    - `diskSizeMiB` integer, nullable
    - `status` 'creating' | 'created' | 'failed', required
    - `metadata` object
    - `uploaded` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

---

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