Logs
Dashboard → Logs
Every LLM call through the gateway appears here.
What you see
| Column | Description |
|---|---|
| Time | Request timestamp (UTC) |
| Model | LLM model used |
| Tokens | Prompt + completion token count |
| Latency | End-to-end response time |
| PII | Whether PII was detected and redacted |
| Blocked | Whether a policy rule blocked the request |
| Hash | SHA-256 audit hash (tamper-proof) |
Viewing a request
Click any row to expand — shows the redacted prompt, response summary, and rule evaluations.
The original prompt is never stored. Only the PII-redacted version is logged.
Exporting
Click Export to download the full audit chain as JSON — suitable for SOC 2 or GDPR auditors.
Live refresh
Logs auto-refresh every 10 seconds. Click Refresh to update immediately.