I am trying to pull the Job History from Orchestrator using HTTP Request in UiPath Studio.In the HTTP Request wizard i have provided the endpoint of the jobs and Selected authentication as Simple (provided my orchestrator username and Password).When i tried to preview the response i am getting Unauthorized error. Status code(401).
It sounds like you are not passing the bearer token you receive from Authenticating with the following request. Try passing it in the request Headers. The header Key is Authorization and you simply build it as Bearer <Token_From_Authentication>.