GetTestRun

Retrieves a specific test run based on the provided collection ID and test run name.

get
Authorizations
Query parameters
collectionIdinteger · int32Optional

The ID of the collection for which the test run is being fetched.

testRunNamestringOptional

The name of the test run to retrieve.

Responses
200
Success: Returns the test run details associated with the provided collection ID and test run name.
get
GET /TestRun/GetTestRun HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content