---
title: "Get the storage usage of the workspace object storage, per configured storage. On Community Edition, also returns the workspace storage quota."
method: GET
path: "/w/{workspace}/job_helpers/storage_usage"
tags: ["helpers"]
---

# Get the storage usage of the workspace object storage, per configured storage. On Community Edition, also returns the workspace storage quota.

`GET /w/{workspace}/job_helpers/storage_usage`

## Path parameters

- `workspace` string, required

## Query parameters

- `refresh` boolean

## Response `200`

Storage usage

- object
  - `total_bytes` integer, required
  - `quota_bytes` integer — only present on Community Edition, where workspace storage is capped
  - `storages` object[], required
    - `storage` string, required
    - `bytes` integer, required
    - `computed_at` string, date-time, required

## Changes

> 176 revisions in range; 6 could not be searched.

- **2026-07-02** `cbb15bd3dc3f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/job_helpers/storage_usage/get.md)

---

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