list_inbox_items
Retrieve security findings from RAD Security with optional filtering by field, severity, or search terms to manage Kubernetes and cloud security insights.
Instructions
List inbox items with optional filtering by any field. Multiple filters can be combined eg. 'search:cve-2024-12345 and severity:high'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of inbox items per page (default: 10) | |
| offset | No | Offset to retrieve (default: 0) | |
| filters_query | No | Filter query string (e.g. full text search: 'search:<query>', severity: 'severity:low', type 'type:workflow_output' any other field). Multiple filters can be combined eg. 'search:cve-2024-12345 and severity:high' |