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
Get CPU / memory / network stats
Authorizations
Your account-level Brimble API key. Find it in the dashboard under your profile drawer → API key (click the avatar in the sidebar). Available on paid plans only.
Path Parameters
24-char hex id of the sandbox.
Pattern:
^[a-f0-9]{24}$Query Parameters
Lookback window in hours.
Required range:
x >= 1Last modified on May 23, 2026
Previous
Run a shell commandRuns `cmd` inside the sandbox via a shell, so pipes, `&&`, redirects, and
installed CLI tools all work. Sandbox must be in status `ready`.
Pass `stream: true` to receive `stdout` / `stderr` as they arrive. The
response then uses `Content-Type: application/x-ndjson` with one JSON
frame per line; the final frame is `{ "type": "done", ... }`. See
`ExecStreamFrame` for the frame shape.
Next
Get CPU / memory / network stats