Create a queue report using ui path

Hi, I want to build a robot that creates a report from orchestrator of all the transactions that are successfully processed and all the ones that are failed in queue. I am expecting to create a report every 4 hours. can anyone please let me know what the options are available in Ui path for this (please note that the requirement is not manually downloading from orchestrator.)

@Ajith209

Use Get Queue Items activity in that mention success

for failed use another get queue Items activity

mention failed

An alternate option would be to consume the Orchestrator REST API.

We would suggest defining more the details the format of report (Fields, Filetype…)

Hi thanks for your reply,

I just want a report of whatever we are seeing in queue. i am adding the necessary fileds there. Just want that report generated by bot and send to different people.