Hanzo
OpenapiMetrics

Recent spans for your org over a time range

Answers `{count, spans}`, newest first, filtered on each span's START time.

GET /v1/metrics/traces/query

Addresshttps://api.hanzo.ai/v1/metrics/traces/query
MethodGET
Operationget_metrics_traces_query
AuthAuthorization: Bearer $HANZO_API_KEY

Answers {count, spans}, newest first, filtered on each span's START time. start and end are nanosecond bounds where 0 — which is what an absent, empty or unparseable value becomes — means UNBOUNDED, so a malformed bound widens the listing instead of failing it. limit defaults to 100 when absent or non-positive.

It lists SPANS, not traces: several spans of one trace each count separately and each take a slot against limit. Assembling one trace is /v1/metrics/traces/trace. The tenant is the gateway-minted X-Org-Id header, falling back to the deployment brand and then default.

Request

GET /v1/metrics/traces/query 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