---
title: "List all sandboxes"
method: GET
path: "/sandboxes"
tags: ["Sandboxes"]
---

# List all sandboxes

`GET /sandboxes`

## Response `200`

List of sandboxes belonging to the authenticated team

- SandboxResponse[]
  - `id` string, uuid
  - `name` string
  - `status` 'starting' | 'active' | 'pausing' | 'idle' | 'deleted'
  - `vcpu_count` integer
  - `memory_mib` integer
  - `ip_address` string — IP address of the running VM (present when status is active).
  - `snapshot_id` string, uuid — ID of the latest snapshot (present after a pause).
  - `created_at` string, date-time

## Other responses

- `401` — Missing or invalid API key
- `500` — Internal server error

---

[API](https://skmtc.net/superserve-ai/apis/superserve-api.md) · [All operations](https://skmtc.net/superserve-ai/apis/superserve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superserve-ai/superserve-api/versions/304fe18155b8/schema)
