Hanzo
OpenapiO11y

Follow log records as they arrive

Streams matching log records continuously instead of answering once, so a console tail shows lines as they land rather than at the end of a window.

GET /v1/o11y/logs/livetail

Addresshttps://api.hanzo.ai/v1/o11y/logs/livetail
MethodGET
Operationget_o11y_logs_livetail
AuthAuthorization: Bearer $HANZO_API_KEY

Streams matching log records continuously instead of answering once, so a console tail shows lines as they land rather than at the end of a window.

It is a STREAM, which is why it is not a typed operation: there is no single complete value to name, and a generated client that waited for one would hang on the first tail. Read the bounded window with the log read instead when you want an answer rather than a feed.

A validated, org-scoped principal is required and the feed carries that principal's own tenant only.

Request

GET /v1/o11y/logs/livetail 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 logs livetail

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page