Retrieve a deduplicated, project-wide list of exposure signatures with affected-asset counts.
What this endpoint does
Returns a deduplicated, project-wide list of exposure signatures — each signature appears once with an aggregate count of affected assets. Use this as the starting point for a remediation workflow: filter by severity, CVE ID, CVSS score range, or CWE to identify high-priority exposures, then call ASI Exposures: Get Assets with the signature ID to see which specific assets are affected. Severity values: unknown, informational, moderate, critical. Prefer filter_severity_min (returns at or above threshold) or filter_severity_exact over the deprecated filter_severity parameter.
Response data
Returns exposure signatures with their affected asset counts and linked CVE/CWE/CVSS/EPSS data — enough to prioritize which exposure types to remediate first based on both severity and blast radius. Paginated via cursor; default 100 results per page, max 1,000.
