Skip to main content
GET
Get team metrics max

Authorizations

X-API-Key
string
header
required

Path Parameters

teamID
string
required

Query Parameters

start
integer<int64>

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

Required range: x >= 0
end
integer<int64>

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

Required range: x >= 0
metric
enum<string>
required

Metric to retrieve the maximum value for

Available options:
concurrent_sandboxes,
sandbox_start_rate

Response

Successfully returned the team metrics

Team metric with timestamp

timestamp
string<date-time>
required
deprecated

Timestamp of the metric entry

timestampUnix
integer<int64>
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