---
title: "Get All Utilizations for a Specific Bucket"
slug: "get-all-utilizations-for-a-specific-bucket"
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 All Utilizations for a Specific Bucket

Get/v1/accounts/{AcctNum}/utilizations/buckets/{BucketName}

Return all daily utilizations for the specified bucket. 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

Path parametersAcctNuminteger (int32) Required
BucketNamestringRequired

Query parametersfromstring (date) 
tostring (date) 

Responses200

OK

HeadersX-Wasabi-Build-Versionstring
X-Wasabi-Cluster-Idstring
X-Wasabi-Partner-Api-Versionstring
X-Wasabi-Request-Idstring
X-Wasabi-Servicestring
X-Wasabi-Service-Runtime-Idstring
<select class='api-response-data' aria-label='Media type'><option value='b49801a6-f467-4388-a679-eef556909f6e'>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
