---
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` number — Number of blocks stored by the node
  - `quotaMaxBytes` number — Maximum storage space used by the node
  - `quotaUsedBytes` number — Amount of storage space currently in use
  - `quotaReservedBytes` number — Amount of storage space reserved

## Other responses

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

## Changes

- **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/40df38b968da/schema)
