The Origin Errors API provides visibility into failed origin requests. Query error logs by pull zone and date to identify DNS failures, timeouts, and other origin issues.Documentation Index
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
Authenticate using theAccessKey header with your account API key:
Find your API key in the account
settings under API Keys.
Error codes
The API returns logs with the following error codes:| 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 |