I am using ALM Rest APIs to get all the test data of my application using the official doc - https://admhelp.microfocus.com/alm/api_refs/REST_TECH_PREVIEW/Content/REST_API_Tech_Preview/General/Overview.html
My new requirement is to get the list of all the test Runs list with the corresponding status for a specific test instance id using an API.
I have tried all the APIs mentioned in the official doc but didnt find them helpful for my requirement.