Hanzo
OpenapiO11y

List the caller org's LLM sessions

Answers the caller org's LLM-observability sessions — traces grouped by session id on the gen_ai span plane — paged by limit and offset, in the runtime's…

GET /v1/o11y/sessions

Addresshttps://api.hanzo.ai/v1/o11y/sessions
MethodGET
Operationget_o11y_sessions
AuthAuthorization: Bearer $HANZO_API_KEY

Answers the caller org's LLM-observability sessions — traces grouped by session id on the gen_ai span plane — paged by limit and offset, in the runtime's own envelope, passed through unchanged.

An org-less caller is refused HERE, at the cloud boundary, before the request reaches the runtime, and the org the runtime then scopes on is that SAME validated tenant. The two cannot disagree: the tenant is minted from the principal's own claim at ingress and a client copy never survives it.

There is deliberately no session-detail route to pair with this. The runtime serves the list only; detail is composed client-side from this list plus the traces filtered by session, so a caller looking for one is looking for something that was never served rather than something that broke.

Request

GET /v1/o11y/sessions 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 sessions get

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page