---
title: "List Sandboxes"
method: GET
path: "/sandboxes"
---

# List Sandboxes

`GET /sandboxes`

List the sandboxes discoverable on the host.

Returns only sandboxes owned by this API process.

## Response `200`

Successful Response

- SandboxResponse[]
  - `id` string, required — Stable sandbox identifier.
  - `status` 'created' | 'running' | 'paused' | 'stopped' | 'error', required — VM lifecycle states.

## Changes

- **2026-06-16** `7d061924484c` — 1 info
  - endpoint added
- **2026-06-16** `5006f0bc478e` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/celestoai/apis/smolvm/changes/sandboxes/get.md)

---

[API](https://skmtc.dev/celestoai/apis/smolvm.md) · [All operations](https://skmtc.dev/celestoai/apis/smolvm/llms.txt) · [OpenAPI document](https://skmtc.dev/celestoai/apis/smolvm/revisions/ad347836d68f?raw)
