v1

latestOpenAPI 3.0.32026-07-24354865.6 KB
Test Analytics

Test analytics list

Returns a list of test analytics for the specified repository

get/{service}/{owner_username}/repos/{repo_name}/test-analytics/

Path parameters

owner_usernamestring required
repo_namestring required
servicestring required

Query parameters

branchstring

Branch name for which to return test analytics

commit_shastring

Commit SHA for which to return test analytics

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

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}