v4
Swagger 2.02026-08-0343714211.7 MBsite
Usage Snapshots
Get the most recent usage snapshot (usage data for billing purposes) for a Site.
Get the most recent usage snapshot (usage data for billing purposes) for a Site.
get/site/usage
Response
The Site object.
Example response
{
"id": 1,
"start_at": "2000-01-01T01:00:00Z",
"end_at": "2000-01-01T01:00:00Z",
"high_water_user_count": 1,
"current_storage": 1,
"high_water_storage": 1,
"root_storage": 1,
"deleted_files_counted_in_minimum": 1,
"deleted_files_storage": 1,
"total_billable_usage": 1,
"total_billable_transfer_usage": 1,
"bytes_sent": 1,
"sync_bytes_received": 1,
"sync_bytes_sent": 1,
"usage_by_top_level_dir": [
{
"dir": "dir",
"size": 100,
"count": 10
}
]
}