search
Search across InsightAppSec resources with DSL queries. Locate vulnerabilities, scans, apps, and other items by type and query criteria.
Instructions
Universal search across InsightAppSec resources using DSL query syntax.
Examples:
Search high severity vulns: type=VULNERABILITY, query="vulnerability.severity='HIGH'"
Search running scans: type=SCAN, query="scan.status='RUNNING'"
Search apps by name: type=APP, query="app.name CONTAINS 'prod'"
Query operators: =, !=, <, >, <=, >=, CONTAINS, IN, AND, OR
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Results per page (default: 50, max: 1000) | |
| type | Yes | The resource type to search | |
| index | No | Page index (0-based, default: 0) | |
| query | Yes | DSL query string (e.g., "vulnerability.severity='HIGH'") |