---
title: "GET /api/system/load"
method: GET
path: "/api/system/load"
tags: ["System"]
---

# GET /api/system/load

`GET /api/system/load`

## Response `200`

- LoadDto
  - `diskUsed` number, nullable
  - `diskSize` number, nullable
  - `percentUsed` number, nullable
  - `cpuLoad` number, nullable
  - `memoryTotal` number, nullable
  - `percentUsedMemory` number, nullable

## Changes

- **2025-05-09** `0db10235cd0a` — 1 info
  - added the success response with the status `200`

[Change history](https://skmtc.dev/runtipi/apis/runtipi-api/changes/api/system/load/get.md)

---

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