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

# Get Storage Zone Egress Statistics

`GET /storagezone/{id}/statistics/egress`

## Path parameters

- `id` integer, required

## Query parameters

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

## Response `200`

The egress statistics data for the passed parameters.

- StorageZoneEgressStatisticsModel
  - `HttpEgressChart` object, nullable — Download traffic served over HTTP
  - `S3EgressChart` object, nullable — Download traffic served over S3
  - `S3PresignedEgressChart` object, nullable — Download traffic served over presigned S3 URLs
  - `FtpEgressChart` object, nullable — Download traffic served over FTP
  - `SftpEgressChart` object, nullable — Download traffic served over SFTP
  - `TotalEgressChart` object, nullable — Total download traffic across all protocols
  - `HttpEgressTotal` integer — Total download traffic over HTTP
  - `S3EgressTotal` integer — Total download traffic over S3
  - `S3PresignedEgressTotal` integer — Total download traffic over presigned S3 URLs
  - `FtpEgressTotal` integer — Total download traffic over FTP
  - `SftpEgressTotal` integer — Total download traffic over SFTP
  - `TotalEgress` integer — Total download traffic across all protocols

## Other responses

- `400` — The requested date range is invalid
- `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/revisions/9e622620664b/schema)
