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

# Maximum team metrics

`GET /teams/{teamID}/metrics/max`

Get the maximum metrics for the team in the given interval

## 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
- `metric` 'concurrent_sandboxes' | 'sandbox_start_rate', required

## Response `200`

Successfully returned the team metrics

- MaxTeamMetric — Team metric with timestamp
  - `timestamp` string, date-time, required — Timestamp of the metric entry
  - `timestampUnix` integer, required — Timestamp of the metric entry in Unix time (seconds since epoch)
  - `value` number, required — The maximum value of the requested metric in the given interval

## 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` — 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/max/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)
