How download Orchestrator Logs for specific job through API

Hi @Mateus_Cruz,

Thanks Again for your details that really helped and I’m able to extract logs successfully as expected.

Below steps:

  1. Authenticate and fetch the access Token using endpoint https://account.uipath.com/oauth/token
  2. Get the Job key using endpoint UiPath eq ‘ProcessName’&$orderby=StartTime desc
  3. Get the logs using JobKey UiPath eq yourkey123

However xaml file attached for others referace :slight_smile: Main.xaml (16.8 KB)

2 Likes