get_findings
Retrieve past security findings from your audit database, filtered by severity, type, or audit ID.
Instructions
Retrieve past security findings from the audit database with optional filters by type, severity, or audit ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum findings to return (default 100). | |
| audit_id | No | Filter findings by audit log entry ID. | |
| severity | No | Filter by severity level. | |
| finding_type | No | Filter by finding type (e.g. secret, sql_injection, pii_leak). |