Hanzo AI
OpenapiEval

List evaluators

Is the judges your org has defined, each with its judge model, criteria and the score name it writes under.

GET /v1/eval/evaluators

Addresshttps://api.hanzo.ai/v1/eval/evaluators
MethodGET
Operationget_eval_evaluators
AuthAuthorization: Bearer $HANZO_API_KEY

Is the judges your org has defined, each with its judge model, criteria and the score name it writes under.

Requires a validated principal; 403 without one, and the listing is filtered on the validated org.

Request

1 field.

FieldInTypeRequiredDescription
limitqueryintegerLimit caps the rows returned. It defaults to 100 and is capped at 500; a non-positive or unparseable value falls back to the default rather than failing,…

Response

StatusBodyMeaning
200evaluatorListok

200 body — 7 fields.

FieldInTypeAlwaysDescription
databodyevaluatorView[]Data is the caller org's judges, bounded by limit.
data[].createdAtbodystringCreatedAt is when the judge was first defined.
data[].criteriabodystringCriteria is the written standard the judge applies.
data[].modelbodystringModel is the model that does the grading.
data[].namebodystringName is the judge's org-unique handle.
data[].scoreNamebodystringScoreName is the name the resulting scores are filed under.
data[].updatedAtbodystringUpdatedAt is when it last changed.

Failure carries the platform error shape — see Errors.

Examples

hanzo eval evaluators get

Eval API · All Hanzo APIs · Interactive reference

How is this guide?

On this page