GetTestRunsByCollectionId

Retrieves a list of test runs associated with a specified collection ID.

get
Authorizations
Query parameters
collectionIdinteger · int32Optional

The ID of the collection for which the test runs are being fetched.

Responses
200
Success: Returns a list of test runs associated with the provided collection ID.
get
GET /TestRun/GetTestRunsByCollectionId HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content