cURL
curl --request GET \ --url https://use-tusk.uc.r.appspot.com/api/v1/analytics/repos \ --header 'x-api-key: <api-key>'
[ { "clientId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "repoId": 123, "repoName": "<string>", "isRepoEnabled": true, "numActiveTestingEnvironments": 123, "numCoverbotConfigs": 123, "totalUniquePrs": 123, "prsWithTests": 123, "prsWithFullyIncorporatedTests": 123, "prsWithPartiallyIncorporatedTests": 123, "prsWithAnyIncorporatedTests": 123, "numTestsIncorporated": 123, "numFailedTestsIncorporated": 123, "totalViews": 123, "numCoverbotPrs": 123, "numMergedCoverbotPrs": 123, "numCoverbotTestsCreated": 123, "numCoverbotTestsIncorporated": 123, "numCoverbotPotentialFailingTests": 123 } ]
Start date to filter by (inclusive)
End date to filter by (inclusive)
Repo IDs to filter by
GitHub/GitLab usernames to filter by
Success
The response is of type object[].
object[]
Was this page helpful?