v1
latestOpenAPI 3.0.02026-07-26193332.3 KBREST API - Scans
List findings for a specific scan
get/scans/{id}/findings
Path parameters
idstring required
Query parameters
pagenumber
The page number to retrieve.
limitnumber
The number of items to retrieve per page.
severity'critical' | 'high' | 'medium' | 'low' | 'info'
state'open' | 'true_positive' | 'false_positive' | 'accepted_risk' | 'resolved' | 'closed'
scan_idstring
scan_type'pr' | 'full'
Filter by scan type across all scans associated with the finding.
repo_urlstring
Filter by exact repository URL.
found_sincestring
Only include findings discovered on/after this ISO 8601 timestamp.
found_untilstring
Only include findings discovered before this ISO 8601 timestamp.
sort_by'found_at' | 'updated_at' | 'severity'
sort_order'ASC' | 'DESC'