Application - Network
Network Errors
Get an aggregated breakdown of 5xx (and optionally 4xx) edge errors for the application.
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
Because 4xx errors include client-caused hits like scanner probes and expired links, they are excluded by default; enable
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.
The API key for your account. You can find this in your account settings.
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
The ID of the application. You can find this in the URL of your application’s dashboard.
ISO 8601 start timestamp for the analysis window.
ISO 8601 end timestamp. Must be after
start.Whether to include 4xx responses alongside 5xx errors. Accepts
true or false. Defaults to false.Response
Indicates whether the call was successful..
success if successful, error if not.Aggregated error breakdown for the window.
Common errors
Network Errors

