Get statistics about an ORT run
GET/api/v1/runs/:runId/statistics
Returns statistics for issues, vulnerabilities, and rule violations found in the ORT run. Statistics distinguish between unresolved and total counts:
- Unresolved counts (issuesCount, vulnerabilitiesCount, ruleViolationsCount) exclude items that have been marked as resolved via resolutions configured in the repository configuration.
- Total counts (issuesCountTotal, vulnerabilitiesCountTotal, ruleViolationsCountTotal) include all items regardless of their resolved status.
Request
Responses
- 200
- 401
Success
Response Headers
Invalid Token