---
title: "Get all sandboxes in the workspace for a specific project"
method: GET
path: "/workspaces/{workspace_domain}/sandboxes"
tags: ["Sandbox API"]
---

# Get all sandboxes in the workspace for a specific project

`GET /workspaces/{workspace_domain}/sandboxes`

## Path parameters

- `workspace_domain` string, required

## Query parameters

- `project_name` string
- `environment_id` string

## Response `200`

- SandboxesView
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `sandboxes` SandboxIdView[]
    - `url` string — API endpoint to GET this object
    - `html_url` string — Web URL to view this object in Buddy.works
    - `id` string — The ID of the sandbox
    - `identifier` string — A human-readable ID. Alphanumeric characters, underscores, and hyphens (hyphens cannot appear at the start or end).
    - `name` string — The name of the sandbox
    - `status` 'STARTING' | 'STOPPING' | 'FAILED' | 'RUNNING' | 'STOPPED' | 'RESTORING' — The current status of the sandbox
    - `setup_status` 'INPROGRESS' | 'SUCCESS' | 'FAILED' — The current setup status of the sandbox

---

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