Errors
Errors — 1 operations on https://api.hanzo.ai.
The REST reference for Errors — 1 operations, generated from the OpenAPI document.
| Base URL | https://api.hanzo.ai |
| Operations | 1 |
| Auth | Authorization: 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.
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
limit | query | integer | — | Limit is how many rows to return, newest first. |
How is this guide?