API Request Log

Inspect API key request history. Every authenticated API request is logged automatically, and this resource provides read-only access to that log. Requests to this endpoint are themselves authenticated API requests, so they appear in the log too.

List versus detail

The list endpoint returns lightweight columns (method, path, status, response time) for performance. The detail endpoint adds the request headers, request body, and response body for drill-down debugging.

What is captured

Bodies are stored for drill-down, but credential fields and credential-shaped values (passwords, tokens, API keys, signing secrets) are redacted before storage, and each body is truncated to roughly 4KB. The Authorization, cookie, and API-key headers are stripped from the stored headers. Other request and response data, including business and financial values, is retained, so treat log detail as containing your own request and response payloads.

Filtering

List results can be filtered by HTTP method (GET, POST, etc.), status code range (2xx, 4xx, 5xx), and specific API key ID.

→ The API Request Log object

Endpoints