---
title: "Get release storage space information"
method: GET
path: "/v3/releases/storage"
tags: ["Releases"]
---

# Get release storage space information

`GET /v3/releases/storage`

Storage space information including used and allowed space

## Response `200`

OK

- ReleaseStorageSpaceDto
  - `allowedSpace` integer, required
  - `usedSpace` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/revisions/ec1259c12475/schema)
