List vulnerability remediations that are in scope for this auditAsk AIget https://api.vanta.com/v1/audits/{auditId}/vulnerability-remediationsList all vulnerability remediations based on selected filters that are in scope for this audit.Path ParamsauditIdstringrequiredQuery ParamspageSizeint321 to 100Defaults to 10Controls the maximum number of items returned in one response from the API.pageCursorstringA marker or pointer, telling the API where to start fetching items for the subsequent page in a paginated dataset. Note that the requested page will not include the item that corresponds to this cursor but will start from the one immediately after this cursor.integrationIdstringFilter vulnerability remediations based on a specific scanner integration.severitystringenumFilter vulnerability remediations by severity. Possible values: CRITICAL, HIGH, MEDIUM, LOW.CRITICALHIGHLOWMEDIUMAllowed:CRITICALHIGHLOWMEDIUMisRemediatedOnTimebooleanFilter vulnerability remediations by remediation status.truefalseremediatedAfterDatedate-timeFilter vulnerability remediations that occurred after a specific timestamp.remediatedBeforeDatedate-timeFilter vulnerability remediations that occurred before a specific timestamp.Response 200OkUpdated about 1 year ago