OptionalassetOptionalcategoryThe 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.
OptionalcountIf True, will return the count of findings instead of the findings themselves. Defaults to False.
OptionalfindingThe ID of a specific finding to get. If specified, will return only the finding with that ID.
OptionallimitThe maximum number of findings to return. By default, this is Null. Limit must be between 1 and 1000.
OptionalseverityThe severity of Findings to return. Valid values are "CRITICAL", "HIGH", "MEDIUM", "LOW", "INFO", and "UNKNOWN". If not specified, will return all findings.
OptionalstatusThe status of Findings to return.
Asset Version ID to get findings for. If not provided, will get all findings in the organization.