Hanzo
OpenapiAi

Returns the router-improvement time-series.

Returns the router-improvement time-series.

GET /v1/ai/router/history

Addresshttps://api.hanzo.ai/v1/ai/router/history
MethodGET
Operationget_ai_router_history
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the router-improvement time-series. Two scopes, one route, mirroring /v1/ai/router/stats:

  • ?scope=platform — PUBLIC-safe aggregate over ALL orgs, no authentication. Emits the daily reward/cost-saved/adoption series (task mix included, model ids NOT) and the retrain timeline. This is what world.hanzo.ai polls.
  • default (org scope) — requires a signed-in principal, scoped to the caller's OWN org (a super admin may pass ?org= to target another or "" for all).

Window: ?days=N (default 30, capped at 90). Aggregates only.

Request

GET /v1/ai/router/history 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.


AI API · All Hanzo APIs · Interactive reference

How is this guide?

On this page