---
title: "Get Usage"
method: GET
path: "/v1/files:usage"
---

# Get Usage

`GET /v1/files:usage`

## Response `200`

Successful Response

- FileUsage
  - `used_bytes` integer — total storage available in bytes
  - `total_bytes` integer — storage used in bytes
  - `num_files` integer — number of files available.
  - `total` string — total storage available in human-readable format
  - `used` string — storage used in human-readable format

## Changes

- **2026-01-21** `9caec45089fb` — 5 breaking
  - the response property `num_files` became optional for the status `200`
  - the response property `total` became optional for the status `200`
  - the response property `total_bytes` became optional for the status `200`
  - the response property `used` became optional for the status `200`
  - …1 more
- **2025-10-07** `62c455aac36a` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearer` was added to the API
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
- **2025-10-06** `8814c306e6ef` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/spi-tch/apis/spitch-api/changes/v1/files:usage/get.md)

---

[API](https://skmtc.dev/spi-tch/apis/spitch-api.md) · [All operations](https://skmtc.dev/spi-tch/apis/spitch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spi-tch/spitch-api/revisions/345ddd9a88d1/schema)
