Get Project VulnerabilitiesAsk AIget https://{hostname}/api/v2/projects/{projectID}/vulnerabilitiesThis endpoint retrieves vulnerabilities of the specific project.Path Params{projectID}stringrequiredThe ID of the project to retrieve scan criteriaQuery ParamsidstringID of vulnerabilitylimitint32Defaults to 30How many records will returnstartint32Defaults to 0Offset for paginationfpstringFalse/positivetpbooleanTrue/PositivewoestringWindow of Exposure (WOE) -- how many days this vulnerability exsis on the systembranchstringBranch of the applicationtypestringType of the scan. (dast, sast, sca, cs)cvssstringCVSS v3 scorepathstringPath or target URL of the vulnerabilitystatusstringVulnerability statuscwe_namestringCWE name for exact matchcwe_nostringCWE NumbercommittersstringCommitter of the vulnerability.severityint32Defaults to 1Severity level of the vulnerability in number. [Critical: 4, High: 3, Medium: 2, Low: 1]tool_namestringScanner tool namevuln_namestringName of the vulnerabilityissue_statusstringIssue status. Accepts: open, closed, undefinedfromdate-timetodate-timeHeadersX-CookiestringrequiredPersonal Access TokenResponses 200200 400400 401401 403403Updated 10 months ago