Skip to main content
GET
Company storage usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

used_bytes
integer
required

Total bytes of original ingested files attributed to the company across all workspace types

Required range: x >= 0
metered
boolean
required

True when the company is on a paid/metered plan — free-tier limits do not apply

limit_bytes
integer | null

Free-tier storage cap in bytes for non-metered companies. null when the company is metered (no cap) or the LIMIT_ENFORCEMENT_ENABLED feature flag is off.