Audit trail from each robot

Hello,

I’m very new to UiPath, and I maybe about to ask one of those silly newbie questions.

We are currently executing / running more than 30 processes with the robots, some just once a day and some more frequently.

Is there anyway I can output (and ideally export) an audit log from Orchestrator, or another location in UiPath, with X number of days audit that gives me insight into the times each job is run, it’s logging and its overall success or failure result?

Thank you all very much for any support we can provide

@newdev2024,

You can get these logs from Orchestrator → your process folder → Automations -->Jobs → here you can search specific job to get it’s all runs and logs one by one.

Thanks,
Ashok :slight_smile:

Unfortunately the Orchestrator interface doesn’t give us a way to download the list of Jobs (ie name, robot, start time, end time, etc) so the only way to do it is with the Orchestrator API.

Once you’ve done that you’ll have JSON you can parse to get all those details.