{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Test Results API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Test Results", "type": "folder" }, "items": [ { "info": { "name": "Sentry Retrieve paginated list of test results for repository, owner, and organization", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/prevent/test-results/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "repositoryId", "value": "", "type": "query", "description": "Filter by repository ID." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns paginated test results for the organization." }, { "info": { "name": "Sentry Retrieve aggregated test result metrics for repository, owner, and organization", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/prevent/test-results/metrics/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "repositoryId", "value": "", "type": "query", "description": "Filter by repository ID." } ] }, "docs": "Returns aggregated test result metrics." }, { "info": { "name": "Sentry Retrieve test suites belonging to a repository's test results", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/prevent/test-results/suites/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "repositoryId", "value": "", "type": "query", "description": "Filter by repository ID." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns test suites for a repository's test results." } ] } ], "bundled": true }