Observability
API Logs
Every API request your keys make is captured with headers, body, response, timing and correlation ID.
Columns
| Field | Type | Description |
|---|---|---|
timestamp | ISO 8601 | Server-side receipt time (UTC). |
method | string | HTTP verb. |
endpoint | string | Path with resource IDs redacted for grouping. |
status | integer | HTTP status code. |
latency_ms | integer | Server processing time in milliseconds. |
ip | string | Origin IP. |
api_key | string | Masked key ID (last 4). |
environment | enum | sandbox | live |
request_id | string | Correlation ID returned to the client. |
Filters
- Status class (2xx, 4xx, 5xx)
- Endpoint
- Date range
- Environment
- API key
- Free-text on request_id
Request inspector
Clicking a row opens a drawer with headers, body, response, a request timeline and a JSON viewer with copy/download.
Export
- CSV export of the current filter set (≤ 50k rows).
- JSON export for programmatic ingestion.
- Retention: 30 days sandbox, 90 days live.
