We are using Uipath community edition and have 10+ BOTS in production. We have issues with BOTS monitoring now as there are multiple bots that need to run 24/7 . We need to get notified if any bots stops working for some reasons. RE Framework is implemented and it sends notifications over emails but if machine goes down for some reason , BOT cannot send that email .
Now we are looking into option of using UiPath APIs for monitoring the bots . And plan is to call every BOT via API and get Queue’s last successful entry with time stamp and if it has passed a certain time limit , then we need to send alerts and emails to our support team. However , I am unable to find APi request for getting queue items with status and time stamp.
Thanks , But I don’t want to send complex automated notifications every time something fails as it generates large number of errors rather looking for a much simple customized approach. Is there a way to get successful entries with time stamps via API?