Skip to main content
GET
Blob Account Stats
Authorization
string
required
The API key for your account. You can find this in your account settings.
Account Stats returns a snapshot of your Blob Storage usage: object count, total bytes stored, how much of your plan’s included storage you’ve used, and the estimated cost in USD of anything over that allowance (US$ 0.25 per additional GiB, rounded up). Use it to build a usage meter or check headroom before a large batch of uploads. The response is cached per account for 1 minute, but a successful upload or delete invalidates that cache immediately, so your own writes show up right away even though the TTL bounds staleness from other sources. Calls are rate limited to 20 requests per 60 seconds, blocked for 5 minutes past that. To see which objects make up your usage, check Object List; to free up space, use Object Delete.
Status updates every 1 minute.

Response

status
string
Indicates whether the call was successful. “success” if successful, “error” if not.
response
object

Troubleshooting

Unauthorized