---
title: "Gets a summary of the storage space allocation of the node."
method: GET
path: "/space"
tags: ["Data"]
---

# Gets a summary of the storage space allocation of the node.

`GET /space`

## Response `200`

Summary of storage allocation

- Space
  - `totalBlocks` integer — Number of blocks stored by the node
  - `quotaMaxBytes` integer — Maximum storage space used by the node
  - `quotaUsedBytes` integer — Amount of storage space currently in use
  - `quotaReservedBytes` integer — Amount of storage space reserved

## Other responses

- `500` — It's not working as planned

## Changes

- **2024-06-06** `fc61f6d3a744` — 4 breaking
  - the `quotaMaxBytes` response's property format changed from `uint64` to `int64` for status `200`
  - the `quotaReservedBytes` response's property format changed from `uint64` to `int64` for status `200`
  - the `quotaUsedBytes` response's property format changed from `uint64` to `int64` for status `200`
  - the `totalBlocks` response's property format changed from `uint64` to `int64` for status `200`
- **2023-12-14** `2a4e831083b5` — 1 info
  - endpoint added
- **2023-03-15** `dfe487dfc0e2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/logos-storage/apis/logos-storage-api/changes/space/get.md)

---

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