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

# GET /api/system/load

`GET /api/system/load`

## Response `default`

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

## Changes

- **2025-09-20** `b18f9d8a574e` — 4 info
  - response property `cpuLoad` list-of-types was narrowed by removing types `null` from media type `application/json` of response `default`
  - response property `diskSize` list-of-types was narrowed by removing types `null` from media type `application/json` of response `default`
  - response property `diskUsed` list-of-types was narrowed by removing types `null` from media type `application/json` of response `default`
  - response property `percentUsed` list-of-types was narrowed by removing types `null` from media type `application/json` of response `default`
- **2025-09-19** `04aac8a043a6` — 1 breaking
  - removed the success response with the status `200`
- **2025-09-07** `8894b9440760` — 6 breaking
  - response property `cpuLoad` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `diskSize` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `diskUsed` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `memoryTotal` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …2 more
- **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/4cecb3c8a108/schema)
