Return aggregate finding counts (totals, assessment breakdown, unassessed severity × fixable matrix, suggested-action scalars) for the current organization, with optional filters.
Bearer token for authentication
Filter by project name
Filter findings by project name
Filter by project version name
Filter findings by project version name
Filter by finding types
Filter by one or more finding types
FINDING_TYPE_UNSPECIFIED, FINDING_TYPE_VULNERABILITY Filter by one or more lifecycle statuses. Unset = no filter.
FINDING_STATUS_UNSPECIFIED, FINDING_STATUS_OPEN, FINDING_STATUS_IN_PROGRESS, FINDING_STATUS_RESOLVED, FINDING_STATUS_REJECTED Filter by artifact IDs (UUID); matches findings linked to any of the given artifacts
A successful response.
Aggregate finding counts for dashboards
Total number of findings matching the request filters
Breakdown by effective assessment status (bucket with status unset = unassessed)
Unassessed findings bucketed by severity × is_fixable
SuggestedActionCounts are the four scalar counts driving the Suggested Actions card. All counts are restricted to unassessed findings matching the request's status/finding_type filters.
{
"fixable_unassessed": 5,
"critical_high_unassessed": 5,
"total_unassessed": 7,
"exploitable_unassessed": 2
}Breakdown by finding type
Total findings whose linked vulnerability is in the CISA KEV catalog
Total findings with a fix available
Breakdown by severity across all findings
Most recent last_seen_at timestamp across matching findings