Hi
Im trying to export all the Bot names from automation anywhere. Can anyone suggest how to achieve this using Bot Insights or any other alternate ways?
Hi
Im trying to export all the Bot names from automation anywhere. Can anyone suggest how to achieve this using Bot Insights or any other alternate ways?
There is an unpublished API called “list” that can get this done. If you bring up your developer tools (F12) in your browser, then go to the Automations section, look in the Network section for the call for “list”. It returns a JSON stream of data that contains the names (and much more) of all the automations for the current user.
Be aware that since this is not a published API, it could change or stop working at any time.
https://YourCR/v2/repository/folders/*****/list
The ***** represents the private folder ID. This should also work for public folders.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.