list_findings
List all negative findings on a threat model to triage security gaps and retrieve finding IDs for updates. Filter by lifecycle status or control.
Instructions
List negative findings recorded on a threat model. Read-only.
Returns finding rows with their lifecycle status; use to triage gaps or to find a finding_id for update_finding / preview_finding_remediation. Each row carries an origin ("own" for findings recorded on this model, "inherited" for findings contributed through model composition, with inherited_from_* context); inherited findings are included in the listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Optional lifecycle filter, one of "discovered", "acknowledged", "remediated", "verified", "dismissed". Empty (default) returns all statuses. | |
| model_id | Yes | ID of the threat model. | |
| control_id | No | Optional filter to findings on one control. Empty (default) returns findings for all controls. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||