GetAllTestRunsOfSpecificAccessLazyLoading

Retrieves a paginated list of test runs associated with a specific email ID.

get
Authorizations
Query parameters
emailIdstringOptional

The email ID of the user whose test runs need to be fetched.

pageNumberinteger · int32Optional

The page number for pagination. Defaults to 1.

Default: 1
pageSizeinteger · int32Optional

The number of records per page. Defaults to 10.

Default: 10
collectionIdinteger · int32OptionalDefault: -1
Responses
200
Success: Returns a paginated list of test runs along with metadata.
get
GET /TestRun/GetAllTestRunsOfSpecificAccessLazyLoading HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content