Get the Jobs using HTTPS Orchestrator Activity from On Premise Orchestrator

Hi Forum Members,

I want to fetch the jobs from On-Premise Orchestrator and I am using the End Point as /odata/Jobs but it’s giving the status response as 403 means an error.

It’s working fine while using the same Endpoint for the cloud orchestrator.

Please suggest how we can get the jobs using the https Orchestrator activity from the On-Premise Orchestrator.

Note- We ned to achieve this using the UiPath 2020.10 version of Studio and Orchestrator and it will run in unattended mode.

Thanks in Advance.

You can use this to access the swagger definition which can help.

The Orchestrator API Swagger definition can be accessed as follows, depending on your deployment type:
on-premise - add the following suffix: /swagger/index.html to your Orchestrator URL. For example, https://myOrchestrator.com/swagger/index.html.

Also 403 error is forbidden error so you could re check your bearer tokens.