Findings
API endpoints for browsing security findings discovered by scans.
List Findings
Returns security findings for your organization with optional filters.
Query Parameters:
| Parameter | Type | Description |
|---|---|---|
domain_id | string | Filter by domain UUID |
severity | string | Comma-separated: critical, high, medium, low, info |
status | string | Comma-separated: open, acknowledged, resolved, false_positive |
source_tool | string | Comma-separated tool names (e.g. nuclei, subfinder) |
limit | integer | Max results (default: unset) |
offset | integer | Skip N results for pagination |
Response (200):
Get Finding
Returns full details for a specific finding including evidence, CVSS score, and template info.
Response (200):
Finding fields:
| Field | Description |
|---|---|
template_id | Nuclei template or internal rule identifier |
template_name | Human-readable template name |
severity | critical, high, medium, low, or info |
evidence | Proof of the finding (URL, response snippet, etc.) |
cvss | CVSS v3 score (0-10) |
cve | CVE identifier if applicable |
source_tool | Scanner tool that produced the finding (e.g. nuclei) |
confidence | Confidence score (0-1) |
ai_severity | AI-adjusted severity (when available) |
ai_rationale | AI explanation for severity adjustment |
status | open, acknowledged, resolved, false_positive |