Get runs by query

Description

Returns a list of runs by query (filter).

URL

Copy code
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/?query={<QUERY_NAME>["<YOUR_QUERY_VALUE>"]}

Runs Query Values

QUERY_NAME options:

  • ID
  • Duration

Remarks

The runs data can be passed as XML containing the equivalent data.

HTTP Method

GET: Returns a list of runs by query.

Request

Headers:

Content-Type: application/xml

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

Response

Headers:

Content-Type: application/xml

Cookies:

None

HTML Return Code:

One of the HTTP Return Codes.

HTML Body:

GET: Returns the data on the entity in the response. See Run Status XML.

See Also

Get run status by ID
Start a test run