Sign in

List test runs

documented

List test runs for a project.

GET https://dev.azure.com/{organization}/{project}/_apis/test/runs?api-version=7.0Test Runsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://dev.azure.com/{{$organization}}/{{$project}}/_apis/test/runs?api-version={{api_version}}&$top={{$top}}&includeRunDetails={{$includeRunDetails}}" \
  -X GET \
  -u ":{{VISUALSTUDIO_PAT}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"