automation-cloud
latest
false
- Getting started
- Authentication
- Scopes and permissions
- Platform Management APIs

Automation Cloud API guide
Last updated Nov 24, 2025
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. -
Unified logging experience: 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 >
Audit logs > New admin experience toggle.
Enabling the toggle activates the unified logging experience, while disabling it shows the classic experience.
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_/ |
| Unified logging experience (Organization-level) | Retrieves and downloads audit logs across all services at the organization level. | /orgaudit_/ |
| Unified logging experience (Tenant-level) | Retrieves and downloads audit logs for tenant-specific services. | /tenantaudit_/ |