Hanzo AI
OpenapiEngine

List replicas

Replicas reads the private native router's configured model pools, worker health, concurrency, role preferences and observed time to first byte.

GET /v1/engine/replicas

Addresshttps://api.hanzo.ai/v1/engine/replicas
MethodGET
OperationengineReplicas
AuthAuthorization: Bearer $HANZO_API_KEY

Replicas reads the private native router's configured model pools, worker health, concurrency, role preferences and observed time to first byte. This shared infrastructure inventory is restricted to platform SuperAdmins.

Request

GET /v1/engine/replicas takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200objectok
defaultproblem-detailsrefused

200 body — 10 fields.

FieldInTypeAlwaysDescription
*bodyengine.engineReplica[]
*[].capacitybodyinteger (int64)
*[].healthybodyboolean
*[].idbodystring
*[].inflightbodyinteger (int64)
*[].rolesbodystring[]
*[].ttft_ewma_msbodynumber (double)
*[].upstream_modelbodystring
*[].urlbodystring
*[].weightbodyinteger (int64)

Failure carries the platform error shape — see Errors.

Examples

hanzo engine replicas get

Engine API · All Hanzo APIs · Interactive reference

How is this guide?

On this page