test-cloud
latest
false
Test Cloud API guide
- Getting started
- Authentication
- Scopes and permissions
- Platform Management APIs
Audit Logs APIs in Test Cloud for listing and downloading organization audit events through classic or new Audit experience endpoints.
Note:
Feature availability depends on the cloud platform that you use. For details, refer to the Feature availability page.
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 > Audit logs > 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_/ |