Skip to main content
GET
Get Storage Zone Statistics

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

id
integer<int64>
required

The ID of the storage zone

Query Parameters

dateFrom
string<date-time> | null

(Optional) The start date of the statistics. If no value is passed, the last 30 days will be returned.

dateTo
string<date-time> | null

(Optional) The end date of the statistics. If no value is passed, the last 30 days will be returned.

Response

The statistics data for the passed parameters.

StorageUsedChart
object | null

The constructed chart of the storage used by day

FileCountChart
object | null

The constructed chart of requests stored

Last modified on July 22, 2026