What we record, and what we don’t
The audit log keeps the details about each event, not the content of your requests. It records things like which part of the platform acted, what it decided, when, and for which request. It does not store your prompts, the model’s responses, or any of the data inside them. This is deliberate. Keeping the content out of the log is part of how the platform protects the personal data in your requests. So the audit log is safe to read, share with a colleague, and export, without exposing the underlying request data.Reading an entry
Each row is one event. From left to right you will see:- Time. When the event happened. Hover to see the exact timestamp.
- Component. The part of the platform that acted, for example a guard, the router, or your account settings.
- Action. What it decided or did, for example Allowed, Blocked, Flagged, Enabled or Disabled.
- Request ID. The identifier of the request the event belongs to. Events that share a request ID are part of the same request.
- Actor. The person who triggered the event, or System when the platform acted on its own.
Why a request went where it did
A router event also records the targets it did not use, and why. If a request named several models, or resolved an alias, the event lists each one that was dropped with its reason:
This is what makes enforcement evidenceable rather than merely real. When a model is disabled or an external route refused, the log shows the decision instead of leaving a silent absence. Only slugs and reasons are recorded, never any part of the request’s content.
A request that reaches no usable target is not served at all, so it has no router event to carry those reasons. It gets its own entry instead, with the action Refused, naming the model you asked for and the reason each candidate was dropped. That is the entry to look for when you need to show that a request was blocked rather than quietly rerouted: filter the Action column to Refused to see every request the platform turned away and why.
Finding what you need
The newest events show first. To narrow the list, use the controls above the table.- Component and Action let you filter to specific kinds of events. You can pick more than one. The options only include values that actually appear in your log, so you will not see a filter for something that never happened.
- Date filters to a range, which is useful when you are looking into something that happened on a particular day.
- Search matches on the request ID and on the actor’s name. It is not case sensitive, so you do not need to match the capitalisation.