/v2/issues/revisionsAsk AIget https://app.fossa.com/api/v2/issues/revisionsRetrieve issue metadata that is grouped by revisionQuery ParamscategorystringenumrequiredIssue categorylicensingvulnerabilityqualityAllowed:licensingvulnerabilityqualitystatusstringenumIssue statusactiveignoredAllowed:activeignoredscope[type]stringenumrequiredScope of issues to view / updateglobalprojectreleaseGroupAllowed:globalprojectreleaseGroupscope[id]stringProject or release group ID (required when scope[type] is "project" or "releaseGroup")scope[revision]stringRevision ID (when scope[type] is "project")scope[revisionScanId]int32Revision scan ID (when scope[type] is "project")scope[release]stringRelease group ID (when scope[type] is "releaseGroup")scope[releaseScanId]stringRelease scan ID (when scope[type] is "releaseGroup")scope[compareTo][revision]stringThe revision ID to compare issues with. Only available for Project Scope.scope[compareTo][changeStatus]stringenumThe status of issues to fetch when comparing issues. - New issues are present in the current revision but not in the comparison revision. - Remediated issues are present in the comparison revision but not in the current revision. - Unchanged issues are present in both revisions. Only available for Project Scope.newremediatedunchangedAllowed:newremediatedunchangedids[]array of integersFilter by specific issue IDsids[]ADD integerfilter[revisionIds][]array of stringsFilter by specific revision IDsfilter[revisionIds][]ADD stringfilter[search]stringFilter by package name or CVE (when category is "vulnerability")filter[depths][]array of stringsFilter by issue depthfilter[depths][]ADD stringfilter[ticketed][]array of stringsFilter by ticketed status. Only available to premium users.filter[ticketed][]ADD stringfilter[containerLayers][]array of stringsFilter by container layerfilter[containerLayers][]ADD stringfilter[type][]Array 1Array 2Filter by licensing issue type (when category is "licensing") or quality issue type (when category is "quality")filter[type][] array of stringsfilter[packageManagers][]array of stringsFilter by specific package managersfilter[packageManagers][]ADD stringfilter[projectLabels][]array of stringsFilter by specific project labelsfilter[projectLabels][]ADD stringfilter[identification][]array of stringsFilter by license identification (when category is "licensing")filter[identification][]ADD stringfilter[severity][]array of stringsFilter by vuln severity (when category is "vulnerability")filter[severity][]ADD stringfilter[foundAfter]date-timeInclude only issues found on after a given ISO timestamp. Only available to premium usersfilter[hasFix][]array of stringsFilter by vuln fixability (when category is "vulnerability")filter[hasFix][]ADD stringfilter[upgradeDistance][]array of stringsFilter by vuln upgrade distance (when category is "vulnerability")filter[upgradeDistance][]ADD stringfilter[exploitMaturity][]array of stringsFilter by vuln exploit maturity (when category is "vulnerability")filter[exploitMaturity][]ADD stringfilter[ignoreReason][]array of stringsFilter by vuln ignore reason (when category is "vulnerability") This value appears in the vulnerabilities.analysis.detail field in CycloneDX SBOM reportsfilter[ignoreReason][]ADD stringfilter[licenses][]array of stringsFilter by issues affected by a set of license ID's (when category is "licensing")filter[licenses][]ADD stringfilter[issueSource][]Array 1Array 2Filter by issue source. Use 'dependency' and 'snippet' to filter by whether the issue comes from a dependency or a code snippet. When the vendored dependency detection feature is enabled, use 'managed-dependency' and 'vendored-dependency' to filter dependency issues by whether the dependency is managed or vendored.filter[issueSource][] array of stringssortstringenumSort by package name, when the issue was created, or total number of issuespackage_ascpackage_desccreated_at_asccreated_at_descissue_count_ascissue_count_descepss_ascepss_descShow 8 enum valuespageinteger≥ 1Defaults to 1The specific page of data to returncountinteger1 to 1000Defaults to 20The number of items to return in each page of resultsResponses 200Issue revisions response 202Empty results with a message indicating the scoped project's build status 400Bad Request 403Forbidden 500Server ErrorUpdated 6 months ago