curl --request GET \
--url https://api.bunny.net/pullzone/{pullZoneId}/originshield/queuestatistics \
--header 'AccessKey: <api-key>'{
"ConcurrentRequestsChart": {},
"QueuedRequestsChart": {}
}The statistics data for the passed parameters.
curl --request GET \
--url https://api.bunny.net/pullzone/{pullZoneId}/originshield/queuestatistics \
--header 'AccessKey: <api-key>'{
"ConcurrentRequestsChart": {},
"QueuedRequestsChart": {}
}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.
Was this page helpful?