Skip to content

Observability

API Logs

Every API request your keys make is captured with headers, body, response, timing and correlation ID.

Updated Jul 15, 2026API 2026-07-01 Edit on GitHubReport an issue

Columns

FieldTypeDescription
timestamp
ISO 8601Server-side receipt time (UTC).
method
stringHTTP verb.
endpoint
stringPath with resource IDs redacted for grouping.
status
integerHTTP status code.
latency_ms
integerServer processing time in milliseconds.
ip
stringOrigin IP.
api_key
stringMasked key ID (last 4).
environment
enumsandbox | live
request_id
stringCorrelation 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.