Skip to main content
Sandbox metrics provide timestamped CPU, memory, and disk utilization data for a sandbox.

Getting sandbox metrics

Calling the metrics API returns a list of timestamped metric records. Metrics are sampled every 5 seconds.

Getting sandbox metrics using the SDKs

Getting sandbox metrics using the CLI

CLI
Use --follow to stream metrics continuously in real time:
CLI
Use --format json to output machine-readable metrics:
CLI
Metrics may not appear immediately after sandbox creation; before the first sample, the response may be empty.
Last modified on August 5, 2026