curl --request GET \
--url https://api.bunny.net/pullzone/{pullZoneId}/safehop/statistics \
--header 'AccessKey: <api-key>'{
"TotalRequestsRetried": 123,
"TotalRequestsSaved": 123,
"RequestsRetriedChart": {},
"RequestsSavedChart": {}
}The statistics data for the passed parameters.
curl --request GET \
--url https://api.bunny.net/pullzone/{pullZoneId}/safehop/statistics \
--header 'AccessKey: <api-key>'{
"TotalRequestsRetried": 123,
"TotalRequestsSaved": 123,
"RequestsRetriedChart": {},
"RequestsSavedChart": {}
}API Access Key authorization header
(Optional) If set, the statistics will be only returned for the given Pull Zone
(Optional) The start date of the statistics. If no value is passed, the last 30 days will be returned.
(Optional) The end date of the statistics. If no value is passed, the last 30 days will be returned.
(Optional) If true, the statistics data will be returned in hourly groupping.
The statistics data for the passed parameters.
The total number of retried requests
The total number of saved requests
The constructed chart of requests retried
Show child attributes
The constructed chart of requests saved
Show child attributes
Was this page helpful?