Hanzo
OpenapiO11y

Report why an observability sign-in did not complete

Where a failed sign-in callback lands. The module builds that redirect with a path and no host, so it can only be same-origin, and its assumption is that…

GET /v1/o11y/login

Addresshttps://api.hanzo.ai/v1/o11y/login
MethodGET
Operationget_o11y_login
AuthAuthorization: Bearer $HANZO_API_KEY

Where a failed sign-in callback lands. The module builds that redirect with a path and no host, so it can only be same-origin, and its assumption is that the console lives beside the API. Here the console is a separate host, so this answers as the API it belongs to rather than redirecting onward — a hostname baked into a shared surface is how one brand's identity ends up in front of another brand's customer.

401 with the provider's own reason, carried from the query the module already populated. Unauthenticated by necessity: it exists precisely for the case where no principal was established.

Request

GET /v1/o11y/login takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo o11y login

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page