# Audit Logs

> Audit Logs API endpoints for listing and downloading audit events, covering both the classic logging experience and the new Audit experience at organization and tenant level.

As an organization admin, you can use the Audit Logs APIs to list and download audit events for your organization.

Depending on your logging experience, two sets of endpoints are available:

* **Classic logging experience**: The classic API, scoped under `/audit_/`, covering platform-level and Automation Ops events.
* **New Audit experience (Unified logs)**: The enhanced API, scoped under `/orgaudit_/` and `/tenantaudit_/`, providing organization- and tenant-level audit coverage for most UiPath services onboarded to the unified experience.
  :::note
  You can switch between the two experiences in **Admin** &gt; **Audit logs** &gt; **New admin experience** toggle. Enabling the toggle activates the **new Audit experience**, while disabling it shows the **classic experience**.
  :::

## Available API sets

The following table describes the available APIs, based on your logging experience:

| Experience | Description | API Endpoint |
| --- | --- | --- |
| **Classic logging experience** | Retrieves and downloads audit logs for platform services and Automation Ops. | `/audit_/` |
| **New Audit experience** (Organization-level) | Retrieves and downloads audit logs across all services at the organization level. | `/orgaudit_/` |
| **New Audit experience** (Tenant-level) | Retrieves and downloads audit logs for tenant-specific services. | `/tenantaudit_/` |
