Hanzo

Errors

Errors — 1 operations on https://api.hanzo.ai.

The REST reference for Errors — 1 operations, generated from the OpenAPI document.

Base URLhttps://api.hanzo.ai
Operations1
AuthAuthorization: Bearer $HANZO_API_KEY

errors

Errors returns the caller org's most recently captured errors, newest first.

GET /v1/errors

Errors returns the caller org's most recently captured errors, newest first. The error-tracking read view over the same table the capture doors write: only rows stored as type 'error', each with its captured exception lifted out of the property bag as a first-class field.

The org is the validated principal's — never a parameter — and this read requires a real bearer, NEVER the write-only publishable key: pk- can attribute a write and can read nothing. 403 without a validated bearer, 503 when the warehouse is unreachable.

ParameterInTypeRequiredDescription
limitqueryintegerLimit is how many rows to return, newest first.

All Hanzo APIs · Interactive reference

How is this guide?

On this page