UiJack
(Ui Jack)
April 18, 2020, 7:42pm
1
Hi UiPath Users,
Using Orchestrator API, I am trying to get the Logs specific to a particular Job. I am trying to use filter in the API call as below, but it does not work. Let me know if I am missing something.
https ://platform.uipath.com/xyz/xyz/odata/RobotLogs?$filter=JobKey eq ‘201d325d-a6cc-4643-97ad-93aeac4622ce’
PS: Also tried with contains(JobKey,‘201d325d-a6cc-4643-97ad-93aeac4622ce’) which also isn’t working.
Any thoughts are welcome!
Hi Jack,
You can try this
UiPath eq 201d325d-a6cc-4643-97ad-93aeac4622ce
Only thing you should do is remove '.
prbhalere02
(Priyanka Bhalere)
August 2, 2020, 2:30pm
3
Hi,
Please find below playlist in which you will find how to get the logs from uipath orchestrator.
VIDEO
I hope this will help you!! let me know your comments:)
Thanks
Priyanka
1 Like
venkat4u
(venkat)
April 4, 2022, 7:09am
4
do we have any thing for on prem?
1 Like
You can check it by opening a new browser tab for https://myOrchestrator.com/swagger/index.html
More details can be found here: API References
system
(system)
Closed
June 24, 2022, 6:51pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.