How to get Event Logs from UiPath Cloud?

Hi @Ferdinand

Check out this below points

  1. You can use the Orchestrator Logs feature. This feature allows you to view and download logs generated by UiPath Orchestrator on the cloud platform. You can access this feature by logging into your cloud account, clicking on Services, selecting your service instance, and then clicking on Logs.

Check out this document

  1. You can use the Get-EventLog cmdlet in PowerShell. This cmdlet allows you to get logs from the local or remote computers that run UiPath processes. You can use this cmdlet by opening PowerShell, specifying the computer name and log name parameters, and filtering by source, time, or event type.

  2. You can use the Windows Event Viewer application. This application allows you to view logs from various sources on your local computer, including UiPath applications. You can use this application by opening Run and typing “eventvwr”, going to Windows Logs > Application, filtering by time frame and source (such as UiPath), and saving the filtered log file.

Check out this link

Hope it will helps you

Regards
Gokul