Get details from orchestrator

Hi @pankajmohan.dhane

To retrieve the status of a job in UiPath Orchestrator using the API, you can use the Get method of the Jobs API endpoint.

https://myorchestrator.com/odata/Jobs(<JOB_ID>)

This will retrieve the status of the job with the specified JOB_ID . The Status field of the response will contain the current status of the job.

Regards,
Kaviyarasu N

1 Like