# Audit log

> A record of configuration changes in your organization.

Source: https://docs.runbear.io/administration/audit-log

Last updated: 2026-08-26

The audit log records the actions taken in your organization: who did them, what
they affected, and when.

> **Note**
>
> The audit log is part of the enterprise entitlement and is visible to Admins. If
> **Settings → Audit Log** does not appear, your plan does not include it yet.

## Reading the log

Open **Settings** and select **Audit Log**. Events are listed newest first, with the
actor, the target, and the time. Long histories load in pages rather than all at
once.

## Exporting

Export produces a file of the events for the range you are viewing, for archiving
or for loading into your own SIEM.

## What the audit log is not

It records configuration changes, not conversations. To see what an agent did during
a specific run, including the tools it called and what it returned, use the
[Traces API](/api/traces.md) or the agent's **Activity** tab.

## Related

- [Members and roles](/administration/members-and-roles.md)
- [Tool approvals](/administration/tool-approvals.md)
- [Traces API](/api/traces.md)
