Storage
Get Storage Statistics
Retrieve storage usage statistics for your organization
GET
Returns comprehensive statistics about your organization’s storage usage including total size, file counts, and usage breakdowns.
Authorization
string
required
Bearer token for authentication. Format:
Bearer <your-api-key>Required Permission
STORAGE_READ
Response
number
Total storage allocation in bytes
number
Currently used storage in bytes
number
Overage storage in bytes (usage beyond allocation)
StorageBreakdown[]
Breakdown of storage by file kind

