Hanzo AI
OpenapiAgent

List metrics

Serves the invocations-over-time histogram for the org's Agents dashboard.

GET /v1/agent/metrics

Addresshttps://api.hanzo.ai/v1/agent/metrics
MethodGET
Operationget_agent_metrics
AuthAuthorization: Bearer $HANZO_API_KEY

Serves the invocations-over-time histogram for the org's Agents dashboard. Every point is a REAL count of recorded runs in that time bucket — one series line per agent that ran in the window. The Resource Usage rollup is all-null because this store meters no CPU/memory/storage/cost; the console renders those as "—" rather than a fabricated figure. No runs => empty series (an honest "not connected / no activity yet"), never a synthesized trend.

Request

1 field.

FieldInTypeRequiredDescription
rangequerystringRange is the window to bucket: 24H, 7D or 30D.

Response

StatusBodyMeaning
200agent.metricsViewok
defaultproblem-detailsrefused

200 body — 11 fields.

FieldInTypeAlwaysDescription
rangebodystringechoes the requested window (24H|7D|30D)
resourcebodyagent.resourceUsage
resource.costCentsbodynumber (double)CostCents would be the window's spend in cents.
resource.cpuVcpuHoursbodynumber (double)CPUVcpuHours would be vCPU-hours over the window. Always null: this store holds agent definitions and run I/O, and nothing here meters a CPU.
resource.memGbHoursbodynumber (double)MemGbHours would be gigabyte-hours of memory.
resource.storageIoBytesbodynumber (double)StorageIoBytes would be bytes moved to and from storage.
seriesbodyagent.seriesLine[]per-agent invocation histogram (real)
series[].keybodystringagent name
series[].pointsbodyagent.seriesPoint[]Points is one bucket per interval across the whole window, in time order and never sparse: a bucket with no runs is present with v 0, so two lines drawn from…
series[].points[].tbodystringbucket start, RFC3339 UTC
series[].points[].vbodyinteger (int64)real invocation count in the bucket

Failure carries the platform error shape — see Errors.

Examples

hanzo agent metrics

Agent API · All Hanzo APIs · Interactive reference

How is this guide?

On this page