sandboxes

GET /v1/sandboxes/:id/metrics — per-sandbox metrics (API key, org inferred from key).

get/v1/sandboxes/{sandbox_id}/metrics

Path parameters

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

metricsobject required

Metric key → series. An empty series means "no data in range".

sandbox_idstring uuid required

The sandbox these metrics belong to.

Changes

No recorded changes to this endpoint across all 1 revision of this API.