---
title: "List sandbox claims"
method: GET
path: "/v2/sandboxes/boxes"
tags: ["sandboxes"]
---

# List sandbox claims

`GET /v2/sandboxes/boxes`

List sandbox claims for the authenticated tenant, with optional name filtering and pagination.

## Query parameters

- `limit` integer
- `offset` integer
- `name_contains` string

## Response `200`

OK

- SandboxesClaimListResponse
  - `offset` integer
  - `sandboxes` SandboxesClaimResponse[]
    - `created_at` string
    - `dataplane_url` string
    - `id` string
    - `name` string
    - `proxy_config` SandboxesProxyConfig
      - `access_control` SandboxesAccessControl
        - `allow_list` string[]
        - `deny_list` string[]
      - `no_proxy` string[]
      - `rules` SandboxesProxyRule[]
        - `enabled` boolean
        - `inject_headers` object, required
        - `match_hosts` string[], required
        - `match_paths` string[]
        - `name` string, required
    - `status` string
    - `status_message` string
    - `template_name` string
    - `updated_at` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2026-03-19** `7099ceca2401` — 1 info
  - added the optional property `sandboxes/items/proxy_config/access_control` to the response with the `200` status
- **2026-03-17** `59a955354a01` — 2 breaking
  - the response property `sandboxes/items/proxy_config/rules` became optional for the status `200`
  - the `sandboxes/items/proxy_config/rules` response property's minItems was decreased from `1` to `0` for the response status `200`
- **2026-03-17** `e2fb935dc434` — 1 info
  - added the optional property `sandboxes/items/proxy_config` to the response with the `200` status

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/v2/sandboxes/boxes/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/8727eb0eeb13/schema)
