---
title: "Get list of sandbox snapshots"
method: GET
path: "/api/snapshots"
tags: ["Snapshots"]
---

# Get list of sandbox snapshots

`GET /api/snapshots`

## Query parameters

- `imageName` string
- `status` string[]
- `search` string
- `page` integer
- `limit` integer

## Response `200`

Paginated list of snapshots

- SandboxSnapshotListResponse
  - `snapshots` 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
  - `totalCount` integer, required
  - `page` integer, required
  - `perPage` integer, required

---

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