Hanzo
OpenapiO11y

Returns a page of the caller org's human-review queues, newest first, narrowed…

Returns a page of the caller org's human-review queues, newest first, narrowed to the caller's project.

GET /v1/o11y/reviews

Addresshttps://api.hanzo.ai/v1/o11y/reviews
MethodGET
Operationget_o11y_reviews
AuthAuthorization: Bearer $HANZO_API_KEY

Returns a page of the caller org's human-review queues, newest first, narrowed to the caller's project. Another org's queues are never visible.

Request

2 fields.

FieldInTypeRequiredDescription
pagequeryintegerPage is the 1-based page to read.
limitqueryintegerLimit is how many rows to return.

Response

StatusBodyMeaning
200o11y.annQueueListok

200 body — 12 fields.

FieldInTypeAlwaysDescription
databodyo11y.annQueueView[]Data is the page of queues.
data[].createdAtbodystringCreatedAt is when it was created, RFC3339 in UTC.
data[].descriptionbodystringDescription is its free text, omitted when empty.
data[].idbodystringID is the queue's id.
data[].namebodystringName is its display handle.
data[].scoreConfigIdsbodystring[]ScoreConfigIDs are the eval score-configs reviewers grade against.
data[].updatedAtbodystringUpdatedAt is when it last changed, RFC3339 in UTC.
metabodyo11y.listMeta
meta.limitbodyintegerLimit is how many rows one page holds.
meta.pagebodyintegerPage is the 1-based page this response is.
meta.totalItemsbodyintegerTotalItems is how many rows match in total.
meta.totalPagesbodyintegerTotalPages is ceil(totalItems/limit), at least 1.

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y reviews list

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page