Run results for specified run
Description
Downloads the available results for the specified run (according to the result ID). The result files can include the output log, raw results, HTML report, analyzed result, and so forth.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{ID}/Results/{ResultID}/data
Remarks
Returns the run results in a zip archive. The response header Content-Disposition contains the file name in the filename field’s value. The body of the request contains the zipped file data.
HTTP Method
GET: Returns the results in the body of the response.
Request
Headers:
None
Cookies:
Version 2020 (or later) | LWSSO_COOKIE_KEY={LwssoCookie}; |
Versions earlier than 2020 | LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; |
Request Body:
None

GET http://<LRE_Server>/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{ID}/Results/{ResultId}/data
Response
Headers:
Content-Length:x
Content-Type: application/zip
Content-Disposition: attachment; filename=Reports.zip
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
HTML Body:
The report.
See Also