Hanzo
OpenapiEval

Is the datasets your org has, each with its name, description, metadata and…

Is the datasets your org has, each with its name, description, metadata and timestamps. It is the only way to enumerate what an org holds.

GET /v1/eval/datasets

Addresshttps://api.hanzo.ai/v1/eval/datasets
MethodGET
Operationget_eval_datasets
AuthAuthorization: Bearer $HANZO_API_KEY

Is the datasets your org has, each with its name, description, metadata and timestamps.

It is the only way to enumerate what an org holds. Requires a validated principal; 403 without one. Every row is filtered on the validated org, so there is no parameter that reaches another tenant's datasets. The item count is NOT populated here — read one dataset to get it.

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
200datasetListok

200 body — 8 fields.

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

Failure carries the platform error shape — see Errors.

Examples

hanzo evals datasets list

Eval API · All Hanzo APIs · Interactive reference

How is this guide?

On this page