---
title: "Get metrics"
method: GET
path: "/metrics"
tags: ["system"]
---

# Get metrics

`GET /metrics`

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

## Response `200`

OK

- InternalApiRoutesMetricsResponse
  - `goroutines` integer
  - `memory_alloc_mb` integer
  - `providers` integer
  - `sandboxes_active` integer
  - `uptime` string

---

[API](https://skmtc.net/stacyos/apis/stacyvm-api.md) · [All operations](https://skmtc.net/stacyos/apis/stacyvm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stacyos/stacyvm-api/versions/d8b1ebf10293/schema)
