---
title: "Get Bucket Utilizations"
slug: "get-bucket-utilizations"
updated: 2025-10-23T18:39:57Z
published: 2025-10-23T18:40:53Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Bucket Utilizations

Get/v1/utilizations/buckets

Return all daily utilizations of both Control and Sub-Accounts, broken down into per-bucket components. Using from and to query string parameters (in the format YYYY-MM-DD) will apply date filters to the result set.

SecurityAPI Key: ApiKeyAuthHeader parameter nameAuthorization

Please enter your Primary Partner API Key

Query parametersfromstring (date) 
tostring (date) 
latestboolean

Responses200

OK

<select class='api-response-data' aria-label='Media type'><option value='f7ddcbe8-e931-4e28-b1a6-90f4d5d3b88b'>application/json</option>
</select>Array of object   object  BucketUtilizationNuminteger  (int32)    
AcctNuminteger  (int32)    
AcctPlanNuminteger  (int32)    
BucketNuminteger  (int32)    
StartTimestring  (date-time)    
EndTimestring  (date-time)    
CreateTimestring  (date-time)    
NumBillableObjectsinteger    
NumBillableDeletedObjectsinteger    
RawStorageSizeBytesinteger    
PaddedStorageSizeBytesinteger    
MetadataStorageSizeBytesinteger    
DeletedStorageSizeBytesinteger    
OrphanedStorageSizeBytesinteger    
NumAPICallsinteger    
UploadBytesinteger    
DownloadBytesinteger    
StorageWroteBytesinteger    
StorageReadBytesinteger    
NumGETCallsinteger    
NumPUTCallsinteger    
NumDELETECallsinteger    
NumLISTCallsinteger    
NumHEADCallsinteger    
DeleteBytesinteger    
Bucketstring    
Regionstring
