Summary
Package o11y is your logs, metrics and traces: ship them in, query them, chart them.
Package o11y is your logs, metrics and traces: ship them in, query them, chart them.
| Base URL | https://api.hanzo.ai |
| Operations | 1 |
| Auth | Authorization: Bearer $HANZO_API_KEY |
summary
GetSummary reports whether the platform is up.
GET /v1/summary
GetSummary reports whether the platform is up. It returns the public status document: the incidents currently open against Hanzo's own services, derived from the fleet health probes, plus the address of the human status page. No authentication is required and no tenant data is involved — the answer is the same for every caller.
A service that fails its health probe becomes one incident naming that service. When the availability source itself cannot be read the endpoint answers 503 rather than an empty incident list, because "we cannot tell" and "everything is fine" are different answers and only one of them is true.
How is this guide?