automation-cloud
latest
false
- Primeros pasos
- Autenticación
- Ámbitos y permisos
- API de gestión de plataformas

Guía de la API de UiPath Automation Cloud
Última actualización 24 de nov. de 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 | Descripción | Punto final de API |
|---|---|---|
| Experiencia de registro clásica | 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_/ |