Hanzo

Errors

Package analytics is product analytics: send an event, read back who did what.

Package analytics is product analytics: send an event, read back who did what.

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

errors

GET /v1/errors

Errors returns the caller org's most recently captured errors, newest first. The error-tracking read view over event.error — the plane table the write core's error facts land in (errors are DELIBERATELY not on event.event) — each with its captured exception surfaced from the attributes map 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