Hanzo
OpenapiO11y

Creates a human-review queue in the caller's org and project.

Creates a human-review queue in the caller's org and project.

POST /v1/o11y/reviews

Addresshttps://api.hanzo.ai/v1/o11y/reviews
MethodPOST
Operationpost_o11y_reviews
AuthAuthorization: Bearer $HANZO_API_KEY

Creates a human-review queue in the caller's org and project. A name already used by another queue in the same project is a 409.

Request

3 fields, body application/json (required).

FieldInTypeRequiredDescription
descriptionbodystringDescription is optional free text, up to 512 characters.
namebodystringName is the queue's display handle, 1–128 printable characters.
scoreConfigIdsbodystring[]ScoreConfigIDs are the eval score-configs reviewers grade against.

Response

StatusBodyMeaning
201o11y.annQueueViewcreated

201 body — 6 fields.

FieldInTypeAlwaysDescription
createdAtbodystringCreatedAt is when it was created, RFC3339 in UTC.
descriptionbodystringDescription is its free text, omitted when empty.
idbodystringID is the queue's id.
namebodystringName is its display handle.
scoreConfigIdsbodystring[]ScoreConfigIDs are the eval score-configs reviewers grade against.
updatedAtbodystringUpdatedAt is when it last changed, RFC3339 in UTC.

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y reviews create

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page