list_findings
List vulnerability findings filtered by test, product, engagement, severity, status, tags, and more. Returns paginated JSON results for efficient data retrieval.
Instructions
List findings with optional filters. Args: test_id, product_id, engagement_id (all optional, > 0); severity (Critical/High/Medium/Low/Info); active, verified, duplicate, false_p, out_of_scope, is_mitigated, risk_accepted, outside_of_sla (all optional booleans); tags (optional list); component_name, title (optional strings); limit (1-100, default 20), offset (>= 0). Returns JSON with 'items' array and 'pagination' metadata.
DOM-19 (Phase 14.2): the has_jira parameter was removed from the
signature entirely. Prior to v3.2.6 it was accepted-then-rejected at
runtime because DefectDojo silently ignored it (F-007). Inspect
jira_issue_url on each finding to determine Jira linkage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| title | No | ||
| active | No | ||
| offset | No | ||
| false_p | No | ||
| test_id | No | ||
| severity | No | ||
| verified | No | ||
| duplicate | No | ||
| product_id | No | ||
| is_mitigated | No | ||
| out_of_scope | No | ||
| engagement_id | No | ||
| risk_accepted | No | ||
| component_name | No | ||
| outside_of_sla | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |