---
title: "List sandbox-captured snapshots for the caller's org"
method: GET
path: "/api/v0beta1/sandbox-snapshots"
tags: ["SandboxSnapshots"]
---

# List sandbox-captured snapshots for the caller's org

`GET /api/v0beta1/sandbox-snapshots`

## Query parameters

- `repository_id` string — If set, only return snapshots taken from sandboxes attached to this repository.
- `source_sandbox_id` string — If set, only return snapshots captured from this sandbox.

## Response `200`

Snapshots.

- ListSandboxSnapshotsResponse
  - `items` SandboxSnapshot[], required
    - `id` string, required
    - `snapshot` string, required
    - `provider` string, required
    - `description` string, nullable, required
    - `source_sandbox_id` string, nullable, required
    - `source_sandbox_name` string, nullable, required
    - `repository_id` string, nullable, required
    - `repository_url` string, nullable, required
    - `base_snapshot` string, nullable, required
    - `sandbox_preset` string, nullable, required
    - `sandbox_size` string, nullable, required
    - `capture_mode` string, nullable, required
    - `state` string, required
    - `error_message` string, nullable, required
    - `created_at` union, required
      - string
      - string, date-time
    - `updated_at` union, required
      - string
      - string, date-time
    - `daytona` ExperimentalDaytonaSnapshot, nullable, required
      - `name` string, required
      - `state` string
      - `imageName` string
      - `cpu` number
      - `memory` number
      - `disk` number
      - `createdAt` union
        - string
        - string, date-time
      - `updatedAt` union
        - string
        - string, date-time

## Other responses

- `401` — Error
- `403` — Error

---

[API](https://skmtc.net/amika/apis/amika-api.md) · [All operations](https://skmtc.net/amika/apis/amika-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/amika/amika-api/revisions/664536fccd0e/schema)
