---
title: "Get the user’s storage usage"
method: GET
path: "/apps/storage-usage"
tags: ["Apps Cloud Storage"]
---

# Get the user’s storage usage

`GET /apps/storage-usage`

Returns the user’s total storage quota, bytes used, and remaining bytes — the reliable maximum size for the next upload.

## Response `200`

Storage usage retrieved successfully

- object
  - `data` StorageUsage, required
    - `quotaBytes` number, required — Total storage allowance for the user, in bytes
    - `usedBytes` number, required — Bytes currently consumed across all of the user’s app versions
    - `availableBytes` number, required — Remaining bytes — the reliable maximum size for the next upload. Advisory snapshot: the quota is enforced under a lock at confirm, so concurrent uploads may reduce actual headroom.

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
