Retrieve a paginated list of test results for a given repository and owner
GET /api/0/prevent/owner/{owner}/repository/{repository}/test-results/
Retrieves the list of test results for a given repository and owner. Also accepts a number of query parameters to filter the results.
Path Parameters
owner
(string)REQUIREDThe owner of the repository.
repository
(string)REQUIREDThe name of the repository.
Scopes
You need to authenticate via bearer auth token.
<auth_token>
requires one of the following scopes:
Copied
curl https://sentry.io/api/0/prevent/owner/{owner}/repository/{repository}/test-results/ \ -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
Copied.
Was this helpful?