Need to get execution report from Orchestrator as we don't have Test manager access

Hello Team,
We are currently executing Test Sets within UiPath Orchestrator. Each Test Set typically comprises 2 to 3 test cases.

These test cases are configured to run multiple times, with each iteration driven by individual data items retrieved from a Test Data Queue. We upload our test data directly to this queue, and the test cases consume it accordingly.

My primary objective is to programmatically retrieve, via the Orchestrator API, the following information for each specific Test Set execution:

The total number of runs.
The count of passed executions.
The count of failed executions.

Could you please advise on how to achieve this using the Orchestrator API?

@Bala_Murugan_V

you can get the test set results using this endpoint

from there you can count the failed,success and total

cheers