Observability

Get CPU / memory / network stats

Returns an average and a time-series of CPU%, memory%, and network bytes/sec for the requested lookback window. Server targets ~250 evenly spaced data points; step interval adjusts with hoursAgo.

get/sandboxes/{id}/stats

Path parameters

idstring required

24-char hex id of the sandbox.

Query parameters

hoursAgointeger

Lookback window in hours.

Response

Stats payload

messagestring required

Example response

{
  "message": "Sandbox stats fetched"
}

Changes

No recorded changes to this endpoint across all 5 revisions of this API.