Hi @Mateus_Cruz,
Thanks Again for your details that really helped and I’m able to extract logs successfully as expected.
Below steps:
- Authenticate and fetch the access Token using endpoint https://account.uipath.com/oauth/token
- Get the Job key using endpoint UiPath eq ‘ProcessName’&$orderby=StartTime desc
- Get the logs using JobKey UiPath eq yourkey123
However xaml file attached for others referace Main.xaml (16.8 KB)