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 metrics for the team
curl --request GET \
--url https://api.e2b.app/teams/{teamID}/metrics \
--header 'X-API-Key: <api-key>'[
{
"timestamp": "2023-11-07T05:31:56Z",
"timestampUnix": 123,
"concurrentSandboxes": 123,
"sandboxStartRate": 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 >= 0Successfully returned the team metrics
Timestamp of the metric entry
Timestamp of the metric entry in Unix time (seconds since epoch)
The number of concurrent sandboxes for the team
Number of sandboxes started per second
Was this page helpful?
curl --request GET \
--url https://api.e2b.app/teams/{teamID}/metrics \
--header 'X-API-Key: <api-key>'[
{
"timestamp": "2023-11-07T05:31:56Z",
"timestampUnix": 123,
"concurrentSandboxes": 123,
"sandboxStartRate": 123
}
]