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
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.
Request
Headers
The API key for your account. You can find this in your account settings.
Path
The ID of the application. You can find this in the URL of your application’s dashboard.
Query
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.
Network Errors

