---
title: "Get SafeHop Statistics"
method: GET
path: "/pullzone/{pullZoneId}/safehop/statistics"
tags: ["Statistics"]
---

# Get SafeHop Statistics

`GET /pullzone/{pullZoneId}/safehop/statistics`

## Path parameters

- `pullZoneId` integer, required

## Query parameters

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

## Response `200`

The statistics data for the passed parameters.

- SafeHopStatisticsModel
  - `RequestsRetriedChart` object, nullable — The constructed chart of requests retried
  - `RequestsSavedChart` object, nullable — The constructed chart of requests saved
  - `TotalRequestsRetried` number, double — The total number of retried requests
  - `TotalRequestsSaved` number, double — The total number of saved requests

## Other responses

- `401` — The request authorization failed
- `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)
