Maintenance May 12, 8–9 PM PDT (May 13, 03:00–04:00 UTC). ~1 min disruption to sandbox management may occur. Already running sandboxes will not be affected. Questions? Contact us
Maintenance May 12, 8–9 PM PDT (May 13, 03:00–04:00 UTC). ~1 min disruption to sandbox management may occur. Already running sandboxes will not be affected. Questions? Contact us
Get the maximum metrics for the team in the given interval
curl --request GET \
--url https://api.e2b.app/teams/{teamID}/metrics/max \
--header 'X-API-Key: <api-key>'{
"timestamp": "2023-11-07T05:31:56Z",
"timestampUnix": 123,
"value": 123
}Documentation Index
Fetch the complete documentation index at: https://e2b-banner-hover-tooltip.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Unix timestamp for the start of the interval, in seconds, for which the metrics are returned.
x >= 0Unix timestamp for the end of the interval, in seconds, for which the metrics are returned.
x >= 0Metric to retrieve the maximum value for
concurrent_sandboxes, sandbox_start_rate Successfully returned the team metrics
Was this page helpful?
curl --request GET \
--url https://api.e2b.app/teams/{teamID}/metrics/max \
--header 'X-API-Key: <api-key>'{
"timestamp": "2023-11-07T05:31:56Z",
"timestampUnix": 123,
"value": 123
}