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)
REQUIRED

The owner of the repository.

repository (string)
REQUIRED

The name of the repository.

Scopes

<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?