list_software_anomalies
List software anomalies
The software-fingerprinting anomaly feed (spec §6): version downgrades and vendor swaps, both graded notice. A market carve-out — the general /v1/anomalies feed (network) excludes these detectors. Same shape as that feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Filter to anomalies targeting one host. | |
| seat | No | Filter to anomalies targeting one seat. | |
| grade | No | Filter by grade. | |
| limit | No | Page size, clamped to [1, 200]. Defaults to 50. | |
| since | No | Only include items at or after this ISO 8601 instant. | |
| cursor | No | Opaque pagination cursor returned as `next_cursor` by the previous page. | |
| detector | No | Filter by detector (a software detector; others yield an empty page). | |
| acknowledged | No | Filter by acknowledgement state. |