v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-104136109.1 KB
system

Get metrics

Return runtime metrics including sandbox count, goroutines, and memory usage

get/metrics

Response

OK

goroutinesinteger
memory_alloc_mbinteger
providersinteger
sandboxes_activeinteger
uptimestring

Example response

{
  "goroutines": 12,
  "memory_alloc_mb": 64,
  "providers": 2,
  "sandboxes_active": 5,
  "uptime": "2h30m15s"
}