---
title: "Team metrics"
method: GET
path: "/teams/{teamID}/metrics"
tags: ["auth"]
---

# Team metrics

`GET /teams/{teamID}/metrics`

Get metrics for the team

## Path parameters

- `teamID` string, required

## Query parameters

- `start` integer
- `end` integer — Unix timestamp for the end of the interval, in seconds, for which the metrics

## Response `200`

Successfully returned the team metrics

- TeamMetric[]
  - `timestamp` string, date-time, required — Timestamp of the metric entry
  - `timestampUnix` integer, required — Timestamp of the metric entry in Unix time (seconds since epoch)
  - `concurrentSandboxes` integer, required — The number of concurrent sandboxes for the team
  - `sandboxStartRate` number, float, required — Number of sandboxes started per second

## Other responses

- `400` — Bad request
- `401` — Authentication error
- `403` — Forbidden
- `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` — 1 info
  - the endpoint scheme security `AuthProviderBearerAuth AND AuthProviderTeamAuth` was added to the API
- **2025-10-31** `8ee0d0d1e95e` — 2 info
  - response property `items/timestamp` deprecated
  - added the required property `items/timestampUnix` to the response with the `200` status
- **2025-08-21** `018224fe7238` — 1 info
  - endpoint added
- **2023-11-15** `897ba2f1c7b6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/e2b-dev/apis/e2b-api/changes/teams/:teamID/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)
