---
title: "Get global metrics"
method: GET
path: "/api/global/metrics"
tags: ["Global"]
---

# Get global metrics

`GET /api/global/metrics`

Returns host CPU/memory/disk and repman process metrics.

## Headers

- `Authorization` string, required

## Response `200`

OK

- ServerGlobalMetricsResponse
  - `host` ServerGlobalMetricsHostInfo
    - `cpuCores` integer
    - `cpuPercent` number
    - `diskError` string
    - `diskPath` string
    - `diskTotalBytes` integer
    - `diskUsedBytes` integer
    - `diskUsedPercent` number
    - `hostname` string
    - `memoryTotalBytes` integer
    - `memoryUsedBytes` integer
    - `memoryUsedPercent` number
  - `process` ServerGlobalMetricsProcessInfo
    - `goroutines` integer
    - `heapAllocBytes` integer
    - `heapSysBytes` integer
    - `pid` integer
    - `rssBytes` integer
    - `uptimeSeconds` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/signal18/apis/untitled-api.md) · [All operations](https://skmtc.net/signal18/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signal18/untitled-api/revisions/7465ea0ee21a/schema)
