---
title: "Get space info"
method: GET
path: "/status/space"
---

# Get space info

`GET /status/space`

## Response `200`

Space info

- SpaceInfo
  - `total_disk_space_bytes` integer
  - `free_disk_space_bytes` integer
  - `used_disk_space_bytes` integer
  - `occupied_disk_space_bytes` integer
  - `occupied_disk_space_by_disk` object

## Changes

- **2022-08-04** `29a4fd34da12` — 2 info
  - added the optional property `occupied_disk_space_by_disk` to the response with the `200` status
  - added the optional property `occupied_disk_space_bytes` to the response with the `200` status
- **2022-07-03** `fa4b74390467` — 1 info
  - added the success response with the status `200`
- **2022-03-29** `8d4d94c23be6` — 1 info
  - endpoint added
- **2021-03-08** `e24fa09d401f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/qoollo/apis/bob-node-api/changes/status/space/get.md)

---

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