Docs / AI Actions
Audit log
Review every action your chatbot ran — or refused to.
Every action call is recorded so you can see exactly what happened. Open your chatbot's Activity tab.
What you'll see
- Summary stats — total calls, the share blocked by the identity/confirmation gate, the share run for a verified visitor, and errors.
- A table of recent calls with the action name, status, identity, HTTP status, and time.
Statuses
- OK — the action ran and returned successfully.
- Error — the action ran but your API returned an error (the HTTP code is shown).
- Blocked — the action was refused by a gate (e.g. an identity-gated action with no verified visitor). These are the data leaks that didn't happen.
Filters
Filter by time period, action, status, and verified/unverified to find what you need.
Real-time alerts
Want to be notified the moment something is blocked or errors? Subscribe to the action.executed webhook event — it includes the status of every call.
The audit log stores metadata only — no message content and no action arguments or responses.
