---
title: "List sandbox snapshots"
method: GET
path: "/sandboxes/{sandboxName}/snapshots"
tags: ["compute"]
---

# List sandbox snapshots

`GET /sandboxes/{sandboxName}/snapshots`

Returns a list of snapshots for the specified sandbox.

## Path parameters

- `sandboxName` string, required

## Response `200`

successful operation

- SandboxSnapshot[]
  - `createdAt` string, required — When the snapshot was created
  - `createdBy` string — Who created the snapshot
  - `id` string, required — Unique snapshot identifier
  - `name` string — Optional human-readable name for the snapshot
  - `sandboxName` string, required — Name of the source sandbox
  - `status` string, required — Status of the snapshot (pending, ready, failed)
  - `workspace` string, required — Workspace of the source sandbox

## Other responses

- `404` — Not found - Sandbox does not exist

---

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