Skip to main content
GET
Get Metrics
Returns an array of recent resource-usage snapshots for the sandbox. Each entry captures CPU utilisation, memory usage, and disk usage at a point in time.
Metrics collection is not yet implemented. The endpoint currently returns 501 Not Implemented. The signature and response schema below describe the shape that will be returned once collection ships.

Path Parameters

string
required
The sandbox identifier. Format: sbx-<8 chars>.

Response

Returns an array of SandboxMetrics objects.
string
UTC timestamp of the measurement in ISO 8601 format.
number
CPU utilisation as a percentage (0–100).
number
Resident memory usage in megabytes.
number
Disk usage in megabytes.

Example

Response

Error Responses