Need to get test executions/test cases results via orchestrator API

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.

Hi @logesh_kumar1

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.

@logesh_kumar1

Testsetexecutions endpoint is what you need to use..for more details check swagger <orchestratorURL>/swagger/index.html


Cheers