resolvedIssuesInput

Input parameters for retrieving resolved security issues with filtering and pagination.

Examples

input ResolvedIssuesInput {
  scanID: String
  limit: Int!
  offset: Int!
  filters: IssueFilters
  sort: RIssuesSort
  owners: [String]
  tagIds: [String]
  inventoryFilters: [InventoryTypes]
  dateRange: DateRange
  limitAggItems: Int
  offsetAggItems: Int
  search: [AutoCompleteSearch]
  openItems: [FilterTypes]
  topOffset: Int
  issueId: String
  scrollDirection: String
  restrictToCategories: [Int]
  isCloudResourcesTabEnabled: Boolean
  topLevelSearch: String
}

Fields

Field
Description
Supported fields

scanID String

Specific scan identifier to retrieve resolved issues from

limit Int!

Maximum number of results to return (default: 10)

offset Int!

Number of records to skip for pagination

filters IssueFilters

Structured filters to apply to the resolved issues search

apps [String] criticality [CriticalityFilter] policies [String] issueOwners [String] categories [String] issueNames [String] sourceTools [String] businessPriority Range epssScore Range epssPercentile Range issueImportance Range appId [String] cwe [String] severityChange [String] severityChangeReasons [String] issueStatus [String] issueStatusVsLastScan [String] issueActions [String] originalSeverity [String] uniqueLibs [String] filePaths [String] languages [String] image [String] artifactSha [String] cbomId [String] cve [String] oscar [String] complianceControl [String] complianceStandard [String] issuesWithout [String] tags [String] os [String] baseImage [String] resolvedReasons [String] registryName [String] scaFixType [ScaFixType] oxuser [String] issueIds [String] ruleId [String] appOwnersEmail [String] appOwnersName [String] version [String] apiItem [String] saasBom [String] resolvedByName [String]

Sorting configuration for the resolved issues

owners [String]

Filter by application owners

tagIds [String]

Filter by tag identifiers for role-based access control

inventoryFilters [InventoryTypes]

Inventory type filters for the issues

dateRange DateRange

Date range filter for when issues were resolved

from Float to Float

limitAggItems Int

Maximum number of aggregated items to return

offsetAggItems Int

Number of aggregated items to skip for pagination

Advanced search filters with autocomplete support

fieldName String value [String]

openItems [FilterTypes]

Filter for items that are currently open or active

topOffset Int

Top offset for advanced pagination

issueId String

Specific issue identifier for focused retrieval

scrollDirection String

Direction for scrolling through results

restrictToCategories [Int]

Restricts results to specific security categories

isCloudResourcesTabEnabled Boolean

Flag to enable cloud filtering on Cloud Resources tab for aggregated items

topLevelSearch String

Top level search value for the resolved issues to search by Issue Name, CVE, or Application Name

References

Queries using this object:

Last updated