cURL
curl --request GET \ --url https://use-tusk.uc.r.appspot.com/api/v1/analytics/coverbot-prs \ --header 'x-api-key: <api-key>'
[ { "clientId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "repoId": 123, "repoName": "<string>", "prNumber": 123, "prCreatedAt": "2023-11-07T05:31:56Z", "prStatus": "<string>", "numTestsCreated": 123, "numPotentialFailingTests": 123 } ]
Start date to filter by (inclusive)
End date to filter by (inclusive)
Repo IDs to filter by
Success
The response is of type object[].
object[]
Was this page helpful?