list_my_findings
List the API key owner's open security findings across all scans. Use this to answer "what's my current exposure?" Filter by severity, status, or domain. Returns finding summaries; call get_scan for full detail. Requires API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max findings (1-100, default: 25) | |
| domain | No | Limit to a single domain (e.g., app.example.com) | |
| status | No | Filter by confirmation status | |
| severity | No | Comma-separated severities to include: critical, high, medium, low, info |