Get a company's month-to-date storage cost
Instance-admin view of GET /api/v3/storage/cost for a specific company: the storage charge accrued so far this month, the quantities behind it (peak_bytes, free_gib, billable_gib), and the same footprint priced at the pay-as-you-go allowance.
Authorization: the authenticated user must have instance-level company-view permission (SysAdmin, Account Manager, or DPO Admin).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
ISO 4217 code applied to cost
First day of the current billing month (UTC)
Storage charge accrued so far this month, in currency
Whole GiB billed: the month's peak rounded up, minus free_gib. 0 when within the allowance
x >= 0Storage allowance included at no charge, in GiB
x >= 0Highest storage footprint reached this month, in bytes. The charge follows the peak, not the current footprint — deleting files mid-month does not reduce it
x >= 0The same peak_bytes priced against the pay-as-you-go allowance, so a company on a larger plan can be shown what downgrading would cost. Identical to the top-level figures while every tier shares one allowance