---
title: "List sandbox metrics"
method: GET
path: "/sandboxes/metrics"
tags: ["sandboxes"]
---

# List sandbox metrics

`GET /sandboxes/metrics`

List metrics for given sandboxes

## Query parameters

- `sandbox_ids` string[], required

## Response `200`

Successfully returned all running sandboxes with metrics

- SandboxesWithMetrics
  - `sandboxes` unknown, required

## Other responses

- `400` — Bad request
- `401` — Authentication error
- `500` — Server error

## Changes

> 53 revisions in range; 5 could not be searched.

- **2026-07-24** `93ed246a4c10` — 2 info
  - the endpoint scheme security `AdminApiKeyAuth AND AdminTeamAuth` was added to the API
  - the endpoint scheme security `Supabase1TokenAuth AND Supabase2TeamAuth` was removed from the API
- **2026-05-27** `e13ef89d456c` — 2 info
  - the endpoint scheme security `AuthProviderBearerAuth AND AuthProviderTeamAuth` was added to the API
  - added the required property `sandboxes/additionalProperties/memCache` to the response with the `200` status
- **2025-10-31** `8ee0d0d1e95e` — 2 info
  - response property `sandboxes/additionalProperties/timestamp` deprecated
  - added the required property `sandboxes/additionalProperties/timestampUnix` to the response with the `200` status
- **2025-07-28** `b29b6d5a3f08` — 2 info
  - added the required property `sandboxes/additionalProperties/diskTotal` to the response with the `200` status
  - added the required property `sandboxes/additionalProperties/diskUsed` to the response with the `200` status
- **2025-07-18** `c1fe6498cb2f` — 2 breaking, 1 warning, 2 info
  - added the new required `query` request parameter `sandbox_ids`
  - the response's body type/format changed from `array`/`` to ``/`` for status `200`
  - deleted the `query` request parameter `metadata`
  - the endpoint scheme security `Supabase1TokenAuth AND Supabase2TeamAuth` was added to the API
  - …1 more

[Full history](https://skmtc.dev/e2b-dev/apis/e2b-api/changes/sandboxes/metrics/get.md)

---

[API](https://skmtc.dev/e2b-dev/apis/e2b-api.md) · [All operations](https://skmtc.dev/e2b-dev/apis/e2b-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/e2b-dev/e2b-api/revisions/e01b3f5506fe/schema)
