# Audit Logs

> As an organization admin, use these endpoints to list and download audit events.

As an organization admin, use these endpoints to list and download audit events.

* [Get audit logs](https://docs.uipath.com/automation-suite/automation-suite/2.2510/api-guide/get-audit-logs#get-audit-logs)
* [Download audit logs](https://docs.uipath.com/automation-suite/automation-suite/2.2510/api-guide/download-audit-logs#download-audit-logs)
:::important
The **AuditLogs** endpoints replace the old endpoints of **AuditQuery**.
:::

The following table lists the replacement endpoints for the deprecated AuditQuery endpoints.

| Old AuditQuery endpoint | New AuditLogs endpoint |
| --- | --- |
| `/identity_/api/AuditQuery/{organizationId}` | `/{organization_name}/audit_/api/auditlogs` |
| `/identity_/api/AuditQuery/{organizationId}/download` | `/{organization_name}/audit_/api/auditlogs/download` |
