Skip to main content
GET
Network Errors
Returns aggregated edge error counts for the application over a time window, grouped by status code, time bucket, request path and HTTP method. By default only 5xx responses are included; pass include_4xx=true to also count 4xx responses.
Cache miss rate limit: 15 requests per 60 seconds per owner. Returns an empty breakdown when there are no matching errors or when the window precedes the application’s creation date.
Authorization
string
required
The API key for your account. You can find this in your account settings.
Because 4xx errors include client-caused hits like scanner probes and expired links, they are excluded by default; enable include_4xx=true only when you specifically need that noise, for example while auditing bot traffic. 5xx codes reflect problems at the edge or the application itself, so they are always included. This endpoint is available on every paid plan, the same as Network Analytics. If you need per-request detail instead of aggregated counts, see Network Logs (Pro and Enterprise only). For latency instead of error rate, see Network Performance.

Parameters

app_id
string
required
The ID of the application. You can find this in the URL of your application’s dashboard.
start
string
required
ISO 8601 start timestamp for the analysis window.
end
string
required
ISO 8601 end timestamp. Must be after start.
include_4xx
string
Whether to include 4xx responses alongside 5xx errors. Accepts true or false. Defaults to false.

Response

status
string
Indicates whether the call was successful.. success if successful, error if not.
response
object
Aggregated error breakdown for the window.

Common errors