Skip to main content
GET
Get month-to-date storage cost

Authorizations

Authorization
string
header
required

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

Response

currency
string
required

ISO 4217 code applied to cost

period_start
string<date>
required

First day of the current billing month (UTC)

cost
string<decimal>
required

Storage charge accrued so far this month, in currency

billable_gib
integer
required

Whole GiB billed: the month's peak rounded up, minus free_gib. 0 when within the allowance

Required range: x >= 0
free_gib
integer
required

Storage allowance included at no charge, in GiB

Required range: x >= 0
peak_bytes
integer
required

Highest storage footprint reached this month, in bytes. The charge follows the peak, not the current footprint — deleting files mid-month does not reduce it

Required range: x >= 0
pay_as_you_go
object
required

The 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