v50

OpenAPI 3.0.0raw.githubusercontent.com2026-08-015895110.3 KB
auth

Maximum team metrics

Get the maximum metrics for the team in the given interval

get/teams/{teamID}/metrics/max

Path parameters

teamIDstring required

Query parameters

startinteger

Unix timestamp for the start of the interval, in seconds, for which the metrics

endinteger

Unix timestamp for the end of the interval, in seconds, for which the metrics

metric'concurrent_sandboxes' | 'sandbox_start_rate' required

Metric to retrieve the maximum value for

Response

Successfully returned the team metrics

timestampstring date-time required

Timestamp of the metric entry

timestampUnixinteger required

Timestamp of the metric entry in Unix time (seconds since epoch)

valuenumber required

The maximum value of the requested metric in the given interval