For the complete Netlify documentation index, see llms.txt. Markdown versions of this page are available by appending .md to the URL. 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 Group | HTTP Status Codes | Description |
|---|---|---|
| Success | All 2xx statuses (for example, 200 OK), all 1xx statuses, and 304 Not Modified | Successful requests and not modified responses |
| Redirect | All 3xx statuses (for example, 302 Found), except 304 | Redirection responses |
| Not Found | 404 Not Found | Page or resource not found. Possibly needs redirects. |
| Client Error | All 4xx statuses except 404 and 429 | Client-side errors |
| Server Error | All 5xx statuses (for example, 500 Internal Server Error, 503 Service Unavailable) | Server-side errors |
| Rate Limited | 429 Too many requests | Too many requests to page or resource. Review the configured rate limits to make sure you’re not blocking legitimate traffic. |
Did you find this doc useful?
Your feedback helps us improve our docs.