---
title: "Get sandbox resource usage"
method: GET
path: "/v2/sandboxes/usage"
tags: ["sandboxes"]
---

# Get sandbox resource usage

`GET /v2/sandboxes/usage`

Get current sandbox resource usage and quota limits for the workspace

## Response `200`

OK

- SandboxesUsageResponse
  - `cpu_limit_millicores` integer
  - `cpu_used_millicores` integer
  - `memory_limit_bytes` integer
  - `memory_used_bytes` integer
  - `pools_count` integer
  - `registries_count` integer
  - `sandbox_direct_count` integer
  - `sandbox_pool_replicas_count` integer
  - `sandbox_running_count` integer
  - `sandbox_stopped_count` integer
  - `sandboxes_limit` integer
  - `sandboxes_used` integer
  - `snapshots_count` integer
  - `templates_count` integer

## Other responses

- `500` — Internal Server Error

## Changes

- **2026-05-27** `a0acb3a6a101` — 4 warning, 1 info
  - removed the optional property `storage_limit_bytes` from the response with the `200` status
  - removed the optional property `storage_used_bytes` from the response with the `200` status
  - removed the optional property `volumes_limit` from the response with the `200` status
  - removed the optional property `volumes_used` from the response with the `200` status
  - …1 more
- **2026-04-30** `99490d1e837e` — 3 info
  - added the optional property `sandbox_running_count` to the response with the `200` status
  - added the optional property `sandbox_stopped_count` to the response with the `200` status
  - added the optional property `snapshots_count` to the response with the `200` 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/usage/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)
