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

Copy code
/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 Cookie
2020 or later

LWSSO_COOKIE_KEY={LwssoCookie};

Earlier than 2020

LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};

Request body:

None

Request example:

Copy code
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: