HTTP Status Code Lookup from Sandglass helps you understand what an HTTP response code means. Use the result to decide what to monitor continuously.
Reach for this when you need to understand what an HTTP response code means during setup, debugging, or an incident review. A one-off check is useful for diagnosis, but production systems need continuous monitoring once the immediate question is answered.
Use the lookup to decide whether a status code should be treated as healthy, degraded, a redirect, or a failure in an HTTP check before you wire up alerting.
A status code in isolation can mislead. A 200 can wrap an error page and a 301 can be perfectly healthy, so decide what each code means for your service rather than trusting the number alone.
Use the output to confirm the current state, and treat anything surprising as a starting point for diagnosis rather than a verdict.
Write down which results count as healthy, degraded, or failed before you automate anything.
Recreate the same check in Sandglass on an interval so the next change is caught automatically.
Send failures to email, a Slack webhook channel, or a generic webhook owned by whoever will fix them.