I need to get the Test Execution and Test Case results from UiPath Orchestrator through API.
Looking for the correct API endpoints or approach to fetch details such as test case name, execution status (Passed/Failed), execution time, and other related information for automated test runs.
Quick way to find out the endpoints would be to go to orchestrator, then test execution page and test results page.
While you are on the required pages , press F12 for seeing network traffic.
From there, see which api calls/endpoints are being made for same.
Testsetexecutions endpoint is what you need to use..for more details check swagger <orchestratorURL>/swagger/index.html
Cheers

