dashboard

Get Security Findings

Security findings from the indexer's regex scan.

Read-on-demand from security_findings.json per the α decision (no security_findings table on the hosted side). Ordered high → med → low severity, then by id ascending so the UI ordering is stable across calls. Returns an empty payload for snapshots indexed before 3C-bis.

get/snapshots/{snapshot_id}/security-findings

Path parameters

snapshot_idstring required

Query parameters

severitystring nullable

Filter by severity: 'high' | 'med' | 'low'

Filter by severity: 'high' | 'med' | 'low'

file_pathstring nullable

Filter to a single file path

Filter to a single file path

limitinteger

Response

Successful Response

totalinteger

Changes