Get all runs
Description
Gets all runs in the project.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs
HTTP Method
GET: Returns the runs in the body of the response.
Request
Headers:
Accept: application/xml
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/MyDomain/projects/MyProject/Runs
Response
Headers:
Content-Type: application/xml
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
HTML Body:
The XML containing the runs.
See Also