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

# Audit Logs

> Export and review a full record of user actions across your organization

## Overview

Audit logs give organization admins a detailed record of every action taken within your organization — who did what, when, and where. Coverage spans both **organization-level activity** (settings, members, invites, OAuth apps, SSO domains, and projects) and **project-level activity** (contracts, statements, integrations). You can export this data as a report and review past export requests directly in the platform.

<Note>
  Audit log exports are only available to **organization admins**. Members without admin access will see a locked state on this page.
</Note>

<Info>
  Exports include activity right up to **today** — the current day's events are covered, not just data through yesterday.
</Info>

***

## Creating a new export

<Steps>
  <Step title="Open Audit Logs">
    Go to **Organization Settings → Security → Audit Logs**.
  </Step>

  <Step title="Configure your export">
    Use the **New export** tab to set up the report filters:

    | Filter         | Description                                                                                       |
    | -------------- | ------------------------------------------------------------------------------------------------- |
    | **Project**    | Scope the report to a specific project, or select **All projects**                                |
    | **User**       | Filter by a specific team member, or include **All users**                                        |
    | **Date range** | Choose a preset period or a **Custom range** with start and end dates (up to and including today) |
    | **Category**   | Limit to a specific data category (see below) or export **All categories**                        |

    **Available date range presets:**

    * Last 7 days
    * Last 2 weeks
    * Last month *(default)*
    * Last 3 months
    * Last 6 months
    * Last year
    * Custom range

    **Available categories:**

    | Category         | What it covers                                                                                 |
    | ---------------- | ---------------------------------------------------------------------------------------------- |
    | **Contracts**    | All contract-related data — parties, royalties, rights, catalog, signatures, and more          |
    | **Statements**   | Statement files and tags                                                                       |
    | **Integrations** | Curve integration actions and syncs                                                            |
    | **Organization** | Organization-level changes — settings, members, invites, OAuth apps, SSO domains, and projects |

    <Note>
      Organization-level events aren't tied to a specific project. In the exported report they appear under **Organization** in the project column.
    </Note>
  </Step>

  <Step title="Enable detailed export (optional)">
    Toggle **Detailed export** if you want the report to include the full before and after payloads for each change. This produces a more comprehensive file but is larger in size.
  </Step>

  <Step title="Export">
    Click **Export**. The report is processed in the background and delivered to the organization admin's email address once ready.

    <Tip>
      Switch to the **Export history** tab to monitor the status of your request in real time.
    </Tip>
  </Step>
</Steps>

***

## Viewing export history

The **Export history** tab shows all previously requested audit log exports for your organization.

Each row in the table includes:

| Column           | Description                                           |
| ---------------- | ----------------------------------------------------- |
| **Date**         | When the export was requested                         |
| **Requested by** | The team member who triggered the export              |
| **Date range**   | The time period covered by the export                 |
| **Category**     | The data category that was exported                   |
| **Detailed**     | Whether the detailed payload option was enabled       |
| **Status**       | Current state: Processing, Completed, or Failed       |
| **Rows**         | Total number of audit log rows included in the export |

### Filtering the history

Use the filters at the top right of the history table to narrow down results:

* **Status** — Filter by Processing, Completed, or Failed
* **Category** — Filter by Contracts, Statements, Integrations, or Organization

The table updates automatically as export jobs complete — no need to refresh the page.
