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

# Get a sandbox claim

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

Retrieve a sandbox claim by name. Stale provisioning claims are auto-failed.

## Response `200`

OK

- SandboxesClaimResponse
  - `created_at` string
  - `dataplane_url` string
  - `id` string
  - `name` string
  - `status` string
  - `status_message` string
  - `template_name` string
  - `updated_at` string

## Other responses

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

---

[API](https://skmtc.dev/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.dev/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc.dev/langchain-ai/apis/langsmith/revisions/c2b3a4d69faa?raw)
