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

# Audit Logs

> See who did what and when across your organization — every create, update, delete, and sign-in, filterable and inspectable.

A contact's details changed and you want to know who edited them. A teammate says a key
went missing. **Audit Logs** answers these questions: a timestamped record of activity
across your organization, so you can review what happened and account for changes.

Open **Settings → Audit Logs** from the dashboard sidebar. The page is titled **Audit
Logs**.

## Prerequisites

* A signed-in account. **What you see depends on your role**: Owners and Admins see
  "Activity across your organisation," while a User sees only "Your recent activity
  across the platform." See [Members & roles](/settings/members-and-roles).

## Reading the log

Each entry is a row in the activity table:

| Column          | What it shows                                                       |
| --------------- | ------------------------------------------------------------------- |
| **User**        | Who performed the action                                            |
| **Description** | A plain-language summary of what happened                           |
| **Action**      | The kind of action — Create, Read, Update, Delete, Login, or Logout |
| **Resource**    | What was acted on                                                   |
| **Status**      | The outcome of the action                                           |
| **Timestamp**   | When it happened                                                    |

<Frame>
  <img src="https://mintcdn.com/a2v2ai/ItYQQYTHsiiRmr-t/images/settings/audit-logs.png?fit=max&auto=format&n=ItYQQYTHsiiRmr-t&q=85&s=e2c177d74db769f4a7ed835c446349a9" alt="The Audit Logs screen with the activity table showing User, Description, Action, Resource, Status, and Timestamp columns alongside the Filters panel." width="1200" height="710" data-path="images/settings/audit-logs.png" />
</Frame>

When nothing matches, the table reads "No activity logs found for the selected filters."

## Filter the activity

Use the **Filters** panel to narrow the log:

| Filter         | Options                                                                  |
| -------------- | ------------------------------------------------------------------------ |
| **User**       | A specific person, or **All users**                                      |
| **Action**     | A single action type, or **All actions**                                 |
| **Time range** | **Last 7 days**, **Last 14 days**, **Last 30 days**, or **Last 90 days** |

Select **Clear all** to reset the filters.

## Inspect a single entry

Open an entry to see its **Log Details** drawer, which expands on the row with the
technical context behind the action — including the **Method & Endpoint**, **Response
Time**, any **Error**, and the **Request Body**, **Query Params**, and **Route Params**
involved. Entries without that context show "No payload data."

<Tip>
  Start broad, then narrow. Pick a wide **Time range** to confirm something happened, then
  filter by **User** and **Action** to pinpoint the exact entry — for example, every
  **Delete** a particular teammate made in the last 14 days.
</Tip>

## Troubleshooting

<AccordionGroup>
  <Accordion title="I only see my own activity">
    Organization-wide logs are visible to **Owners** and **Admins**. As a **User** you see
    only your own activity. Ask an Admin if you need a broader view. See
    [Members & roles](/settings/members-and-roles).
  </Accordion>

  <Accordion title="The table is empty">
    No entries match your current filters. Widen the **Time range**, set **User** to **All
    users** and **Action** to **All actions**, or select **Clear all** to reset.
  </Accordion>

  <Accordion title="I can't go back further than 90 days">
    The time-range filter offers up to the last 90 days. Capture anything you need to keep
    for longer outside the app within that window.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Members & roles" icon="users" href="/settings/members-and-roles">
    Roles decide who can see organization-wide activity.
  </Card>

  <Card title="API keys & permissions" icon="key" href="/settings/api-keys">
    Scope external access — another lever for accountability.
  </Card>

  <Card title="Organization" icon="building" href="/settings/organization">
    Manage the workspace these logs belong to.
  </Card>

  <Card title="Your profile" icon="user" href="/settings/profile">
    Your name is what shows in the User column.
  </Card>
</CardGroup>
