---
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

## Changes

> 5 revisions in range; 2 could not be searched.

- **2026-08-06** `69aa004ce41b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hyperbrowser/apis/hyperbrowser-api/changes/api/snapshots/:key/get.md)

---

[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)
