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

# Audit Logs

> Track member actions across your organization

Audit Logs give you a record of what members did in your organization: who took the action, what they changed, and when. Use them to review changes and investigate issues.

Open **Audit Logs** from the settings section of the sidebar.

<Frame>
  <img src="https://mintcdn.com/strada/Ff6DgyH5hD_81Q7d/settings/organizations/audit-logs.png?fit=max&auto=format&n=Ff6DgyH5hD_81Q7d&q=85&s=4c92f33cfb27cbb047ad97263fdc91ca" width="1024" height="646" data-path="settings/organizations/audit-logs.png" />
</Frame>

<Info>Audit Logs are only visible to **Admin** users.</Info>

***

## Reading an Entry

Each row is a single action. The table shows four columns:

* **When** - The date and time the action happened.
* **Member** - The member who performed the action. Hover to see their email.
* **Action** - What they did, such as "Created agent" or "Deleted secret".
* **Resource** - The specific item that was affected. When the item still exists, its name links to it, and you can copy its ID with the <Icon icon="copy" size={16} /> button.

Entries are listed newest first.

***

## Filtering and Search

Use the controls above the table to narrow down what you see:

* **Date range** - Choose the time window to view. Defaults to the last 7 days.
* **Search** - Match against member name, email, action, and resource details.
* **Member** - Filter to actions by specific members.
* **Action** - Filter by action, such as Created, Updated, or Deleted.
* **Resource Type** - Filter by the kind of item affected, such as Agents or Secrets.

***

## What Gets Tracked

Audit Logs record actions across your organization, grouped by the kind of resource affected:

| Area                        | Resources                                                                      |
| --------------------------- | ------------------------------------------------------------------------------ |
| Access and security         | Members, API keys, OAuth clients, secrets, SCIM connections, audit log exports |
| Agents and workflows        | Agents, workflows, playbooks, simulation testers                               |
| Campaigns and telephony     | Campaigns, phone numbers, channels, ended reasons                              |
| Content                     | Knowledge bases, gaps, pronunciations                                          |
| Analytics and QA            | Analytics pages, reports, QA rubrics, QA labels, conversation pages            |
| Integrations and deployment | Connections, widget configs, alerts                                            |

Most resources record when they are **created**, **updated**, or **deleted**. Some add resource-specific actions: campaigns can be **started**, **paused**, or **resumed**, phone numbers can be **assigned** or **unassigned**, and knowledge bases track when files are **added**, **updated**, or **removed**.

***

## Exporting

Click **Export CSV** to download the entries currently shown, using your active date range and filters. The file includes the timestamp, member name and email, action, resource type, resource name, and resource ID.

Audit logs are also available through the Strada API, which returns them in pages for bulk exports. See [Export audit logs](/api-reference/export/export-audit-logs).
