v1
latestOpenAPI 3.0.32026-07-24354865.6 KBTest Results
Retrieve test results
get/{service}/{owner_username}/repos/{repo_name}/test-results/
Path parameters
owner_usernamestring required
repo_namestring required
servicestring required
Query parameters
branchstring
Branch name for which to return test results
commit_idstring
Commit SHA for which to return test results
duration_maxinteger
Maximum duration of the test in seconds
duration_mininteger
Minimum duration of the test in seconds
outcomestring
Status of the test (failure, skip, error, pass)
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}