I'm using this URL to get a results file by Run ID
https://{LREPath}/loadTest/rest/domains/PNC/projects/Retail/Runs/9722/Results/Reports.zip/data
Getting this response
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
I'm using this URL to get a results file by Run ID
https://{LREPath}/loadTest/rest/domains/PNC/projects/Retail/Runs/9722/Results/Reports.zip/data
Getting this response
Hi Harry Melamed ,
You figured it almost out!
You have to start with the Results API call. This will return a list of result items. Look for Reports.zip and take the corresponding ID (that is the ResultID) and use that in the Run results for specified run
The latter URL reads: /LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{ID}/Results/{ResultID}/data
The URLs need IDs and not a literal name(s), I think Domain and Project are the only exceptions.
Success, Erik
Reward contributions via likes or 'verified answers'