I am using the below API call for retrieving all the CouldTests, but it is returning only 100 records. How can retrieve all the records?.
$uri = https://{instance}/{collection}/{project}/_apis/test/runs?minLastUpdatedDate=2020-01-28&maxLastUpdatedDate=2020-01-29&releaseIds=123456&$top=2000
$TestRuns = Invoke-RestMethod
-Uri $uri
-Headers $headers
Any help is appreciated. Thanks in advance
For more about the above Link please refer.:https://docs.microsoft.com/en-us/rest/api/azure/devops/test/runs/query?view=azure-devops-server-rest-5.0