---
title: "Get Utilizations in Per-Bucket Components"
slug: "get-utilizations-in-per-bucket-components"
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 Utilizations in Per-Bucket Components

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

Return all daily utilizations 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. If latest=true is passed via the query string parameter, only the most recent calculated utilization is returned.

SecurityAPI Key: ApiKeyAuthHeader parameter nameAuthorization

Please enter your Primary Partner API Key

Path parametersAcctNuminteger (int32) Required

Query parametersfromstring (date) 
tostring (date) 
latestboolean

Responses200

OK

<select class='api-response-data' aria-label='Media type'><option value='074f27f8-4704-4b0a-a7c0-a563b5f38537'>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
