Skip to main content
Every API request is logged to an immutable audit trail. Audit records cannot be modified or deleted.

What’s Logged

Raw prompts are never stored in the audit trail. Only a SHA-256 hash of the prompt is recorded, along with the prompt length and mode. This ensures auditability without exposing sensitive content.

Access

Returns paginated audit events. Supports filtering by date range, API key, mode, and status code.

Use Cases

  • Cost tracking — see exactly which requests consumed credits
  • Debugging — trace a request through the pipeline using the request ID
  • Compliance — demonstrate access controls and data handling to auditors
  • Anomaly detection — identify unusual usage patterns or unauthorized access attempts