Optional
assetOptional
categoryThe category of Findings to return. Valid values are "CONFIG_ISSUES", "CREDENTIALS", "CRYPTO_MATERIAL", "CVE", "SAST_ANALYSIS". If not specified, will return all findings. See https://docs.finitestate.io/types/finding-category. This can be a single string, or an array of values.
Optional
countIf True, will return the count of findings instead of the findings themselves. Defaults to False.
Optional
findingThe ID of a specific finding to get. If specified, will return only the finding with that ID.
Optional
limitThe maximum number of findings to return. By default, this is Null. Limit must be between 1 and 1000.
Optional
severityThe severity of Findings to return. Valid values are "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFO", and "UNKNOWN". If not specified, will return all findings.
Optional
statusThe status of Findings to return.
Asset Version ID to get findings for. If not provided, will get all findings in the organization.