I am trying to use the api via Python in order to get my logs for he robots(cloud based), I have already been able to authenticate, start jobs and get jobs using the api but I’m struggling to understand the documentation for retrieving logs, if anyone could give me an example of the url to request I would appreciate it, or could you confirm the below if this would work?
Hello, but what is the problem? are not getting any log messages? First thing is to understand that logs have a lot of different scopes, second go in your orchestrator, go to the robot where you want to get the logs and see if there are any.
Hello,
I essentially want to know if it is possible to retrieve the error logs file path or if possible the file itself using the api call but currently I dont know what call is needed to see what RobotLogs returns, and even in the documentation it doesn’t clearly explain this.
Apologies old habit calling them Error Logs, but yes I am after the Logs info( filepath, creation date etc.) or anything of the sort that can be returned via an API call; also after how to make this call. Hope this clarifies it a bit.