---
title: "Get Utilizations for Control and Sub-Accounts"
slug: "get-utilizations-for-control-and-sub-accounts"
updated: 2025-10-23T18:39:57Z
published: 2025-10-23T18:40:53Z
canonical: "docs.wasabi.com/get-utilizations-for-control-and-sub-accounts"
---

> ## 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 for Control and Sub-Accounts

Get/v1/utilizations

Return the daily storage and data transfer associated with the Control-Account and the Sub-Accounts, across all buckets in both the Control and Sub-Accounts. 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) 
includeRegionalUtilizationsboolean
latestboolean

Responses200

OK

<select class='api-response-data' aria-label='Media type'><option value='3d3755e5-d4b6-482b-9f6f-3cbc5309906a'>application/json</option>
</select>Array of object   object  UtilizationNuminteger  (int32)    
AcctNuminteger  (int32)    
AcctPlanNuminteger  (int32)    
StartTimestring  (date-time)    
EndTimestring  (date-time)    
CreateTimestring  (date-time)    
NumBillableObjectsinteger    
NumBillableDeletedObjectsinteger    
RawStorageSizeBytesinteger    
PaddedStorageSizeBytesinteger    
MetadataStorageSizeBytesinteger    
DeletedStorageSizeBytesinteger    
OrphanedStorageSizeBytesinteger    
MinStorageChargeBytesinteger    
NumAPICallsinteger    
UploadBytesinteger    
DownloadBytesinteger    
StorageWroteBytesinteger    
StorageReadBytesinteger    
NumGETCallsinteger    
NumPUTCallsinteger    
NumDELETECallsinteger    
NumLISTCallsinteger    
NumHEADCallsinteger    
DeleteBytesinteger    
RegionalUtilizationsobject  property*object (RegionalUtilization)  additionalPropertiesNumBillableObjectsinteger    
NumBillableDeletedObjectsinteger    
RawStorageSizeBytesinteger    
PaddedStorageSizeBytesinteger    
MetadataStorageSizeBytesinteger    
DeletedStorageSizeBytesinteger    
OrphanedStorageSizeBytesinteger    
NumAPICallsinteger    
UploadBytesinteger    
DownloadBytesinteger    
StorageWroteBytesinteger    
StorageReadBytesinteger    
NumGETCallsinteger    
NumPUTCallsinteger    
NumDELETECallsinteger    
NumLISTCallsinteger    
NumHEADCallsinteger    
DeleteBytesinteger
