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

---

[API](https://skmtc.dev/celestoai/apis/smolvm.md) · [All operations](https://skmtc.dev/celestoai/apis/smolvm/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/celestoai/smolvm/revisions/ad347836d68f/schema)
