GetTestRun
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.
400
Bad Request: No test run found for the provided collection ID and test run name.
500
Internal Server Error: An error occurred while retrieving the test run.
get
GET /TestRun/GetTestRun HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content