Skip to content

Status group

Filter observability data by status group to understand how your project’s web requests are performing in a quick visual summary from your observability dashboard.

Netlify has classified the standard HTTP status codes into 5 Netlify-unique groups to simplify filtering and help you analyse web requests for your project.

For more information about standard HTTP response codes, see the MDN HTTP response status codes documentation.

Status GroupHTTP Status CodesDescription
SuccessAll 2xx statuses (for example, 200 OK), all 1xx statuses, and 304 Not ModifiedSuccessful requests and not modified responses
RedirectAll 3xx statuses (for example, 302 Found), except 304Redirection responses
Not Found404 Not FoundPage or resource not found. Possibly needs redirects.
Client ErrorAll 4xx statuses except 404 and 429Client-side errors
Server ErrorAll 5xx statuses (for example, 500 Internal Server Error, 503 Service Unavailable)Server-side errors
Rate Limited429 Too many requestsToo many requests to page or resource. Review the configured rate limits to make sure you’re not blocking legitimate traffic.