Hanzo
OpenapiEval

Returns one dataset of the caller's org by name, together with its live item…

Returns one dataset of the caller's org by name, together with its live item count — the one read that answers how big the set actually is.

GET /v1/eval/datasets/{name}

Addresshttps://api.hanzo.ai/v1/eval/datasets/{name}
MethodGET
Operationget_eval_datasets_by_name
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one dataset of the caller's org by name, together with its live item count — the one read that answers how big the set actually is.

A name this org does not have is 404, which is also what another tenant's dataset looks like from here. Requires a validated principal; 403 without one.

Request

1 field.

FieldInTypeRequiredDescription
namepathstringyesName is the dataset the URL names.

Response

StatusBodyMeaning
200datasetViewok

200 body — 7 fields.

FieldInTypeAlwaysDescription
createdAtbodystringCreatedAt is when the name was first written, kept across later edits.
descriptionbodystringDescription is free text the org wrote about what this set measures.
itemsbodyintegerItems is how many examples the set holds.
metadatabodyobjectMetadata is the free-form object stored with the set, echoed back verbatim.
metadata.*bodyobject
namebodystringName is the dataset's org-unique handle and the segment that addresses it.
updatedAtbodystringUpdatedAt is when the description or metadata last changed.

Failure carries the platform error shape — see Errors.

Examples

hanzo evals datasets get <name>

Eval API · All Hanzo APIs · Interactive reference

How is this guide?

On this page