Base URL
Authentication
Authenticate using theAccessKey header with your account API key:
Find your API key in the account
settings under API Keys.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve origin error logs for your pull zones via HTTP.
https://cdn-origin-logging.bunny.net
AccessKey header with your account API key:
curl --request GET \
--url https://cdn-origin-logging.bunny.net/{pullZoneId}/{dateTime} \
--header 'AccessKey: YOUR_API_KEY'
| Error Code | Description |
|---|---|
dns_lookup | Origin DNS lookup failed |
http_timeout | Request to origin timed out |
http_request_exception | HTTP request exception occurred |
http_request_failure | HTTP request failed |
http_invalid_range | Invalid range request |
http_loop_detected | Request loop detected |
http_invalid_compression | Invalid compression in response |
network_socket_exception | Network socket exception |
network_io_error | Network I/O error |
notfound_localdb | Not found in local database |
Was this page helpful?