---
title: "Get System Resource Stats"
method: GET
path: "/api/system/resources"
tags: ["System"]
---

# Get System Resource Stats

`GET /api/system/resources`

Fetch system resource stats without user metrics.

## Response `200`

Successful Response

- SystemResourceStats
  - `version` string, required
  - `uptime_seconds` integer, required
  - `mem_total` integer, nullable
  - `mem_used` integer, nullable
  - `disk_total` integer, nullable
  - `disk_used` integer, nullable
  - `cpu_cores` integer, nullable
  - `cpu_usage` number, nullable

## Other responses

- `401` — Unauthorized Error

---

[API](https://skmtc.dev/socialser/apis/pasarguardapi.md) · [All operations](https://skmtc.dev/socialser/apis/pasarguardapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socialser/pasarguardapi/revisions/4b082bbcb6c3/schema)
