Orchestrator API - Logs specific to a Job

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 '.

Hi,

Please find below playlist in which you will find how to get the logs from uipath orchestrator.

I hope this will help you!! let me know your comments:)

Thanks
Priyanka

1 Like

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

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.