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

## Changes

- **2026-05-27** `a0acb3a6a101` — 2 info
  - added the optional property `detail/error_id` to the response with the `404` status
  - added the optional property `detail/error_id` to the response with the `500` status
- **2026-04-13** `e86be67718ee` — 1 info
  - the endpoint scheme security `X-Service-Key` was added to the API

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/v2/sandboxes/boxes/:name/status/get.md)

---

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