---
title: "Get Storage Zone Statistics"
method: GET
path: "/storagezone/{id}/statistics"
tags: ["Storage Zone"]
---

# Get Storage Zone Statistics

`GET /storagezone/{id}/statistics`

## Path parameters

- `id` integer, required

## Query parameters

- `dateFrom` string, date-time, nullable
- `dateTo` string, date-time, nullable

## Response `200`

The statistics data for the passed parameters.

- StorageZoneStatisticsModel
  - `StorageUsedChart` object, nullable — The constructed chart of the storage used by day
  - `FileCountChart` object, nullable — The constructed chart of requests stored

## Other responses

- `401` — The request authorization failed
- `403` — The user does not have rights to access this resource
- `404` — The StorageZone has not been found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
