---
title: "Get system information"
method: GET
path: "/api/metrics/system-info"
tags: ["Admin - Metrics"]
---

# Get system information

`GET /api/metrics/system-info`

Returns detailed system information including CPU details, memory, network interfaces, OS distribution, and uptime. Data is cached for 60 seconds.

## Response `200`

Successful operation

- object
  - `arch` string — System architecture
  - `cpu` object
    - `cores` integer
    - `model` string
    - `speed` integer — CPU speed in MHz
  - `distro` object
    - `id` string
    - `name` string
    - `version` string
  - `hostname` string
  - `kernelVersion` string
  - `memory` object
    - `free` integer — Free memory in bytes
    - `freeGB` string — Free memory in GB (formatted string)
    - `percent` string — Memory usage percentage (formatted string)
    - `total` integer — Total memory in bytes
    - `totalGB` string — Total memory in GB (formatted string)
    - `used` integer — Used memory in bytes
    - `usedGB` string — Used memory in GB (formatted string)
  - `networkInterfaces` object[]
    - `addresses` object[]
      - `address` string
      - `family` string
      - `internal` boolean
      - `mac` string
      - `netmask` string
    - `name` string
  - `nodeVersion` string
  - `platform` string
  - `release` string
  - `uptime` object
    - `formatted` string
    - `seconds` integer — Uptime in seconds

## Other responses

- `500` — Server error

---

[API](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation.md) · [All operations](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adminbolt/adminbolt-api-documentation/revisions/bf4f36fbfbd3/schema)
