> ## Documentation Index
> Fetch the complete documentation index at: https://docs.audimate.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Audit log

> Read, filter, and export your workspace's record of who did what: invitations, role changes, ownership transfers, sign-ins, and plugins.

The audit log is your workspace's record of consequential actions. It answers "what happened, and
who did it".

Admins and the workspace owner can read and export it. Members cannot. Open the workspace menu at
the top of the sidebar, choose **Workspace settings**, then **Audit log**.

## What a row tells you

| Column       | What it holds                                                       |
| ------------ | ------------------------------------------------------------------- |
| **When**     | Local time of the event                                             |
| **Member**   | Who performed it, or the system for automated events                |
| **Category** | The plane the event belongs to                                      |
| **Action**   | What happened, such as *Invited* or *Ownership transferred*         |
| **Resource** | The file, folder, task board, team, member, or the workspace itself |

## Categories

Every event belongs to exactly one of five planes, and the filter buckets by them.

| Category       | What it covers                                                      |
| -------------- | ------------------------------------------------------------------- |
| **Resource**   | Files and folders created, renamed, moved, shared, trashed, deleted |
| **Governance** | Members, roles, teams, workspace settings, and ownership transfers  |
| **Security**   | Sign-ins, sign-outs, 2-factor changes, revoked sessions, exports    |
| **Connector**  | Plugin apps connected, disconnected, and re-authorized              |
| **Billing**    | Subscribed, plan changed, invoice paid, payment failed              |

<AccordionGroup>
  <Accordion title="What Resource does not record">
    Private items are deliberately absent. These events also feed the shared activity feed, so
    anything private stays out of both. Something that happened to a private file appears in
    **Governance** if it was an ownership change, and nowhere otherwise.
  </Accordion>

  <Accordion title="What Governance covers in full">
    * Invitations sent and cancelled. - Members joining and being removed, and roles changed. - Members added to and
      removed from a team, and people joining and leaving one. - Workspace settings and logo updated, and the 2-factor
      policy toggled. - Ownership transferred, including an admin taking ownership of a private item.
  </Accordion>

  <Accordion title="Exports audit themselves">
    Exporting the log is itself an audited action under **Security**, and that row is written whether the export
    completes, fails, or is abandoned partway.
  </Accordion>

  <Accordion title="Why Billing rows have no person">
    Billing events are driven by the payment provider rather than by a member, so the **Member**
    column shows the system.
  </Accordion>
</AccordionGroup>

**Connector** rows name the plugin and the connection, never the credentials, which stay on the server.

## Filtering

Four filters, and they combine.

| Filter         | What it narrows to                                       |
| -------------- | -------------------------------------------------------- |
| **Category**   | One of the five above                                    |
| **Action**     | A specific event, listed only where Audimate records one |
| **Member**     | The person who acted, not the person acted upon          |
| **Date range** | A preset window, or a custom one                         |

To find everything done *to* someone, filter by category **Governance** and read the rows.

## Exporting

Use **Export** to download the current view as **CSV**. The export honours the filters you have
applied, so narrow the view first and you get exactly that slice.

Large exports stream, so a wide date range does not have to be broken up by hand. Very large ones
stop at a safety limit. If you are exporting a long period from a busy workspace and the row count
looks suspiciously round, narrow the range and export in slices.

## Ownership transfers

Ownership changes are worth calling out, because they are the one place workspace administration
reaches into a member's private work. Two different things appear as **Ownership transferred**:

* An admin or the workspace owner **transfers** a file, task board, or folder to another member.
* An admin **claims an unassigned resource**, usually something left behind by a departure. See
  [Unassigned resources](/account/organization#what-happens-to-a-departing-members-work).

The Resource column names the item either way. Claiming a folder is one entry naming the folder,
covering everything ownerless inside it, rather than an entry per file.

Both are deliberate acts by a person, and both are recorded before they take effect. If the record
cannot be written, the transfer does not happen. See
[Ownership](/concepts/workflows#ownership).

## What it does not contain

The audit log is metadata only. It records that something happened, to what, and by whom, and never
the contents of your work. No row ever holds:

* The text of a workflow, playbook, or task board cell.
* Prompts, screenshots, or anything from a run, which stays on the device that ran it.
* Credentials, tokens, or plugin secrets.
* Values from your settings. A settings change records *which* keys changed, never what to.

<Note>
  A row can name a resource and count how many things an action touched. It cannot tell you what was inside them. To
  know what a file contains, open the file.
</Note>

## Retention

The log is a record. Nobody can edit or delete an event, an admin included.

Final account cleanup removes identifying details from active audit events while preserving the record of what happened. This cleanup begins 90 days after account closure.

During the [recovery window](/account/profile#recovery), those details remain. Archived events follow their separate retention schedule.

About **13 months** of history is available in the app. Older events are moved out of the live log,
so export anything you need to keep beyond that.

## Related

<Columns cols={2}>
  <Card title="Organization management" icon="building" href="/account/organization">
    Members, roles, policies, and unassigned resources.
  </Card>

  <Card title="Ownership" icon="key" href="/concepts/workflows#ownership">
    Who owns a file, and how it changes hands.
  </Card>
</Columns>
