---
title: "Get sandbox status"
method: GET
path: "/v2/sandboxes/boxes/{name}/status"
tags: ["sandboxes"]
---

# Get sandbox status

`GET /v2/sandboxes/boxes/{name}/status`

Retrieve the lightweight status of a sandbox for polling.

## Path parameters

- `name` string, required

## Response `200`

OK

- SandboxesSandboxStatusResponse
  - `status` string
  - `status_message` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

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