Returns comprehensive vulnerability statistics aggregated across all projects in the organization. Supports filtering by projects, teams, severity, status, analysis types, date ranges, languages, branches, and more. Includes pagination for summaries and period-over-period comparison.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter vulnerabilities by severity levels. Only vulnerabilities matching these severities will be counted in all statistics.
CRITICAL, HIGH, MEDIUM, LOW "CRITICAL,HIGH"
Filter vulnerabilities by status. Affects all counts and statistics.
to_verify, confirmed, in_review, resolved, not_exploitable, ignored "to_verify,confirmed"
Filter vulnerabilities by analysis type (security scanner category).
SAST, SCA, IAC, CONTAINER, CICD, SECRET "SAST,SCA"
Include resolved/closed vulnerabilities in all counts. Default: false (only open vulnerabilities).
false
Start date for filtering vulnerabilities by creation date (ISO 8601 format).
"2024-01-01T00:00:00Z"
End date for filtering vulnerabilities by creation date (ISO 8601 format).
"2024-12-31T23:59:59Z"
Filter vulnerabilities by branch names (comma-separated). Only vulnerabilities from these branches will be included in all statistics.
Filter data to specific teams by their IDs. Only projects belonging to these teams will be included.
"team-uuid1,team-uuid2"
Number of days for trend calculation. Affects new/resolved issue counts.
1 <= x <= 3657
Comparison period for period-over-period analysis. Enables severityComparison and totalComparison in response.
week, month, quarter "week"
Page number for projects summary pagination.
x >= 11
Number of projects per page in projectsSummary.
1 <= x <= 10050
Page number for teams summary pagination.
x >= 11
Number of teams per page in teamsSummary.
1 <= x <= 10050
Sort field for projects and teams summaries. Applied to both lists.
total_vulnerabilities, critical_count, risk_level, name "total_vulnerabilities"
Sort direction for projects and teams summaries. DESC = highest first.
ASC, DESC "DESC"
Include projectsSummary array in response. Disable for faster, smaller response.
true
Include teamsSummary array in response. Disable for faster, smaller response.
true
Include vulnerabilitiesOverTime array for timeline charts. Disable if not needed.
true
Limit for topVulnerableProjects array. Returns N most vulnerable projects.
1 <= x <= 5010
Organization overview with aggregated statistics
Organization identifier
Total number of projects in the organization
Total number of teams in the organization
Aggregation of vulnerabilities grouped by severity
Aggregation of vulnerabilities grouped by state
Aggregation of vulnerabilities grouped by analysis type
Vulnerabilities over time grouped by severity
Summary statistics for each project
Summary statistics for each team
Top 10 most vulnerable projects
Number of projects with critical or high risk level
Number of projects with medium risk level
Number of projects with low or no risk level
Number of new issues discovered in the last 7 days
Number of issues resolved in the last 7 days
Total number of resolved issues
Total number of new issues (all time)
Total number of critical severity issues
Total number of high severity issues
Total number of medium severity issues
Total number of low severity issues