sandboxes
GET /v1/orgs/:slug/sandboxes/:id/metrics — per-sandbox resource metrics.
CPU / memory / disk / network for one sandbox over a time window, queried from the Prometheus/Mimir backend. See plans/monitoring-plan.md § B.
get/v1/orgs/{slug}/sandboxes/{sandbox_id}/metrics
Path parameters
slugstring required
Organization slug
sandbox_idstring uuid required
Sandbox ID
Query parameters
range_secsinteger nullable
Look-back window in seconds (default 3600 = 1h, max 604800 = 7d).
step_secsinteger nullable
Sample resolution in seconds (default 30, min 5).
Response
Sandbox metrics
Changes
No recorded changes to this endpoint across all 1 revision of this API.