Company storage usage
Returns the company’s current ingested-file footprint in bytes plus its tier’s included/free storage allowance. limit_bytes is the tier allowance (5 GB for free / pay-as-you-go, 100 GB for business) — a hard cap only for the free tier; for paid tiers it is the free allowance above which storage is metered. limit_bytes is null only when limit enforcement is disabled.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Total bytes of original ingested files attributed to the company across all workspace types
x >= 0True when the company is on a paid/metered plan — free-tier limits do not apply
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.