Hanzo
OpenapiMetrics

Every span of one trace — the waterfall

Answers `{spans}`: every span the org holds for the trace id in `id`, in the order they were appended, which is what a waterfall view renders.

GET /v1/metrics/traces/trace

Addresshttps://api.hanzo.ai/v1/metrics/traces/trace
MethodGET
Operationget_metrics_traces_trace
AuthAuthorization: Bearer $HANZO_API_KEY

Answers {spans}: every span the org holds for the trace id in id, in the order they were appended, which is what a waterfall view renders. Unlike the other reads there is no count, no time range and no limit — a trace is addressed by id or not at all.

An id with no spans answers an EMPTY list, never a 404: the store cannot tell a trace that never existed from one whose spans retention has already dropped, so it does not pretend to. The tenant is the gateway-minted X-Org-Id header, falling back to the deployment brand and then default, and a trace id belonging to another org is simply not in this org's store.

Request

GET /v1/metrics/traces/trace 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 has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Metrics API · All Hanzo APIs · Interactive reference

How is this guide?

On this page