# getIssues

Retrieves all security issues detected during a scan. In addition to listing the identified issues, it provides detailed information about each one, in order to assess and address security risks effectively.

With this API you can:

* Retrieve a comprehensive list of security issues.
* Access in-depth details for each issue, including severity, affected components, remediation steps, and more.
* Sort and filter issues based on custom criteria to prioritize and manage security risks efficiently.

### Examples

{% tabs %}
{% tab title="GraphQL" %}

```graphql
query GetIssues($getIssuesInput: IssuesInput) {
  getIssues(getIssuesInput: $getIssuesInput) {
    issues {
      importantSeverityBreakdown
      overrideSeverityReason
      highestOXCVESeverity
      latestCommit {
        originalSeverity
        oxSeverity
        callBranch
        linkToExternalProduct
        stars
        forks
        downloads
        vulBySeverity
        nameAndVer
        sourceRepoName
        sourceRepoLink
        sourceCreationDate
        sourceLastModifyDate
        destinationRepoName
        destinationRepoLink
        destinationCreationDate
        destinationLastModifyDate
        destinationRepoVisibility
        reasons
        _id
        url
        additionalToolData
        events
        allEvents
        pushType
        sha
        title
        link
        mergedBy
        date
        fileCount
        diffInDays
        reviewers
        user
        userLink
        userAvatar
        devOperation
        devOperationDate
        adminOperation
        adminOperationDate
        reviewOperation
        reviewOperationDate
        orgRole
        earliestActivityDate
        repoPermissions
        adminLocation
        email
        pullRequestsCount
        diffFromNowToCreatedAtInDays
        username
        accessLevel
        createdAt
        lastAccess
        fileName
        fileUri
        startLine
        endLine
        match
        snippet
        commitLink
        commitBy
        changeAuthorName
        mergeDate
        dateCommitPushed
        pullRequestNumber
        pullRequestLink
        codeOwners
        region
        eduVideoLink
        resource
        service
        accountName
        cloudEnv
        secret
        secretType
        secretTypeDescription
        secretStatus
        image
        imageCreatedAt
        pkgCount
        dockerVer
        os
        binariesCount
        tag
        reputation
        sha256
        size
        pushedAt
        source
        sourceLink
        ruleId
        realMatch
        excludedByAlert
        filePath
        lockfile
        accountId
        snippetLineNumber
        language
        daysOpen
        isFixAvailable
        aggId
        pkgName
        installedVersion
        fixedVersion
        triggerPkgName
        triggerPkgVersion
        triggerPkgUpgradeVersion
        dependencyType
        branch
        hashAggId
        repo
        repoCreator
        lastCodeDate
        lastAdminOperation
        exclusionId
        numberOfReposDomainAppear
        layer
        baseImage
        imageLink
        registryName
        project
        resourceGroup
        cloudResourceTags
        location
        locationLink
        parameter
        test
        cvss
        evidence
        request
        response
        dastUrl
        method
        parameterType
        value
        cluster
        type
        cloudType
        k8sType
        consoleLink
        name
        subscriptionId
        stringifiedClusters
        aggStatus
        falsePositive {
          isFalsePositive
          comment
          reportedBy
          reportedAt
          isCanceled
          cancelComment
          canceledBy
          canceledAt
          commentWhenCanceled
        }
        cbomId
        prDeatils {
          sourceControlType
          issueId
          appId
          repo
          prId
          prURL
          prBranchName
          commitMessage
          commiter
          comment
          date
          prTitle
          prBody
          prStatus
          prApprover
          prReviewer
          prMergeTime
        }
        triage {
          triageStatus
          createdBy
          createdAt
        }
        runtimeStatus
        eventCount
        pod
        parentProcess
        process
        processPath
        command
        connection
        eventArgs
        eventFlags
      }
      additionalTabs {
        type
        aggItems {
          originalSeverity
          oxSeverity
          callBranch
          linkToExternalProduct
          stars
          forks
          downloads
          vulBySeverity
          nameAndVer
          sourceRepoName
          sourceRepoLink
          sourceCreationDate
          sourceLastModifyDate
          destinationRepoName
          destinationRepoLink
          destinationCreationDate
          destinationLastModifyDate
          destinationRepoVisibility
          reasons
          _id
          url
          additionalToolData
          events
          allEvents
          pushType
          sha
          title
          link
          mergedBy
          date
          fileCount
          diffInDays
          reviewers
          user
          userLink
          userAvatar
          devOperation
          devOperationDate
          adminOperation
          adminOperationDate
          reviewOperation
          reviewOperationDate
          orgRole
          earliestActivityDate
          repoPermissions
          adminLocation
          email
          pullRequestsCount
          diffFromNowToCreatedAtInDays
          username
          accessLevel
          createdAt
          lastAccess
          fileName
          fileUri
          startLine
          endLine
          match
          snippet
          commitLink
          commitBy
          changeAuthorName
          mergeDate
          dateCommitPushed
          pullRequestNumber
          pullRequestLink
          codeOwners
          region
          eduVideoLink
          resource
          service
          accountName
          cloudEnv
          secret
          secretType
          secretTypeDescription
          secretStatus
          image
          imageCreatedAt
          pkgCount
          dockerVer
          os
          binariesCount
          tag
          reputation
          sha256
          size
          pushedAt
          source
          sourceLink
          ruleId
          realMatch
          excludedByAlert
          filePath
          lockfile
          accountId
          snippetLineNumber
          language
          daysOpen
          isFixAvailable
          aggId
          pkgName
          installedVersion
          fixedVersion
          triggerPkgName
          triggerPkgVersion
          triggerPkgUpgradeVersion
          dependencyType
          branch
          hashAggId
          repo
          repoCreator
          lastCodeDate
          lastAdminOperation
          exclusionId
          numberOfReposDomainAppear
          layer
          baseImage
          imageLink
          registryName
          project
          resourceGroup
          cloudResourceTags
          location
          locationLink
          parameter
          test
          cvss
          evidence
          request
          response
          dastUrl
          method
          parameterType
          value
          cluster
          type
          cloudType
          k8sType
          consoleLink
          name
          subscriptionId
          stringifiedClusters
          aggStatus
          falsePositive {
            isFalsePositive
            comment
            reportedBy
            reportedAt
            isCanceled
            cancelComment
            canceledBy
            canceledAt
            commentWhenCanceled
          }
          cbomId
          prDeatils {
            sourceControlType
            issueId
            appId
            repo
            prId
            prURL
            prBranchName
            commitMessage
            commiter
            comment
            date
            prTitle
            prBody
            prStatus
            prApprover
            prReviewer
            prMergeTime
          }
          triage {
            triageStatus
            createdBy
            createdAt
          }
          runtimeStatus
          eventCount
          pod
          parentProcess
          process
          processPath
          command
          connection
          eventArgs
          eventFlags
        }
      }
      issueDetailsHeaders {
        id
        label
        featureFlag
      }
      compliance {
        standard
        standardLink
        control
        category
        description
        categoryLink
        controlLink
      }
      sbom {
        id
        references {
          triggerPackage
          location
          locationLink
          dependencyType
          dependencyLevel
          commit {
            commitedAt
            committerName
            committerEmail
          }
          fileName
        }
        language
        libraryName
        libraryVersion
        license
        appName
        location
        dependencyType
        source
        appId
        locationLink
        appLink
        pkgName
        copyWriteInfo
        copyWriteInfoLink
        libLink
        vulnerabilityCounts {
          appox
          critical
          high
          medium
          low
          info
        }
        triggerPackage
        vulnerabilities {
          issueId
          oxSeverity
          severityNumberFromTool
          severityFromTool
          cve
          cveLink
          cvsVer
          cvssVersion
          epss
          percentile
          libName
          dependencyChain
          runtimeStatus
          runtimeContext {
            runtimeStatus
            cloudContexts {
              provider
              accountId
              region
              clusterName
              namespace
              containerRuntime
            }
          }
          libVersion
          chainDepth
          exploitInTheWild
          exploitInTheWildLink
          description
          dateDiscovered
          minorVerWithFix
          majorVerWithFix
          exploitRequirement
          exploitCode
          originalSeverity
        }
        latestVersion
        latestVersionDate
        stars
        forks
        openIssues
        packageManager
        purl
        packageManagerLink
        maintainers
        contributors
        downloads
        sourceLink
        notPopular
        licenseIssue
        malicious
        malwareType
        osVname
        notMaintained
        isDeprecated
        notImported
        notUpdated
        dependencyLevel
        requestId
        licenseLink
        artifactInSbomLibs {
          image
          imageLink
          imageCreatedAt
          sha
          os
          osVersion
          baseImage
          baseImageVersion
          tag
          layer
          registryName
          source
        }
        sha
        maintainersList {
          name
          email
        }
        runtimeStatus
        runtimeContext {
          runtimeStatus
          cloudContexts {
            provider
            accountId
            region
            clusterName
            namespace
            containerRuntime
          }
        }
        usedVersionReleaseDate
        projectDescription
        firstSeenDate
      }
      dependencyGraph {
        nodes {
          id
          name
          width
          height
          vulnerable
        }
        allNodes {
          id
          name
          width
          height
          vulnerable
        }
        edges {
          v
          w
        }
        allEdges {
          v
          w
        }
      }
      groupId
      name
      mainTitle
      secondTitle
      scanId
      sla {
        daysPastSLA
        status
      }
      issueUpdatedAt
      scanDate
      description
      impact
      exposure
      severity
      owners
      ownerEmails
      occurrences
      score {
        value
        comments
      }
      orgConScore
      connector
      learnMore
      extraInfo {
        key
        val
        value
        snippet {
          detectionType
          fileName
          snippetLineNumber
          language
          text
        }
        link
        callBranch
        iconLink
        tags
      }
      resource {
        id
        type
      }
      appName
      app {
        id
        name
        businessPriority
        riskScore
        secPosture
        type
        typeComments
        applicationFlows {
          artifacts {
            type
            name
            hashType
            system
            subType
            hash
            size
            date
            location {
              runBy
              foundBy
              foundIn
              link
            }
            linkName
            k8sType
            cluster
            region
          }
          cloudDeployments {
            type
            subType
            name
            hash
            hashType
            link
            location {
              runBy
              foundBy
              foundIn
              link
            }
            k8sType
            imageName
            date
            cluster
            region
          }
          cicdInfo {
            type
            system
            latestDate
            lastMonthJobCount
            location {
              runBy
              foundBy
              foundIn
              link
            }
          }
          orchestrators {
            type
            name
            hashType
            system
            hash
            size
            date
            location {
              runBy
              foundBy
              foundIn
              link
            }
          }
          kubernetes {
            type
            name
            hashType
            system
            hash
            subType
            size
            date
            location {
              runBy
              foundBy
              foundIn
              link
            }
          }
          repository {
            type
            system
            date
            location {
              runBy
              foundBy
              foundIn
              link
            }
          }
        }
        fakeApp
        originBranchName
        repoId
        organization
        repoName
        owners {
          name
          email
          roles
        }
        credentialsId
        lastCodeChange
        createdAt
        publicVisibility
        branch
      }
      policy {
        id
        name
        detailedDescription
      }
      issueId
      category {
        name
        categoryId
        subCategoryName
        subCategoryComment
      }
      aggregations {
        type
        columns {
          columns {
            header
            key
            tooltip
            href
            type
          }
          comment
        }
        items {
          originalSeverity
          oxSeverity
          callBranch
          linkToExternalProduct
          stars
          forks
          downloads
          vulBySeverity
          nameAndVer
          sourceRepoName
          sourceRepoLink
          sourceCreationDate
          sourceLastModifyDate
          destinationRepoName
          destinationRepoLink
          destinationCreationDate
          destinationLastModifyDate
          destinationRepoVisibility
          reasons
          _id
          url
          additionalToolData
          events
          allEvents
          pushType
          sha
          title
          link
          mergedBy
          date
          fileCount
          diffInDays
          reviewers
          user
          userLink
          userAvatar
          devOperation
          devOperationDate
          adminOperation
          adminOperationDate
          reviewOperation
          reviewOperationDate
          orgRole
          earliestActivityDate
          repoPermissions
          adminLocation
          email
          pullRequestsCount
          diffFromNowToCreatedAtInDays
          username
          accessLevel
          createdAt
          lastAccess
          fileName
          fileUri
          startLine
          endLine
          match
          snippet
          commitLink
          commitBy
          changeAuthorName
          mergeDate
          dateCommitPushed
          pullRequestNumber
          pullRequestLink
          codeOwners
          region
          eduVideoLink
          resource
          service
          accountName
          cloudEnv
          secret
          secretType
          secretTypeDescription
          secretStatus
          image
          imageCreatedAt
          pkgCount
          dockerVer
          os
          binariesCount
          tag
          reputation
          sha256
          size
          pushedAt
          source
          sourceLink
          ruleId
          realMatch
          excludedByAlert
          filePath
          lockfile
          accountId
          snippetLineNumber
          language
          daysOpen
          isFixAvailable
          aggId
          pkgName
          installedVersion
          fixedVersion
          triggerPkgName
          triggerPkgVersion
          triggerPkgUpgradeVersion
          dependencyType
          branch
          hashAggId
          repo
          repoCreator
          lastCodeDate
          lastAdminOperation
          exclusionId
          numberOfReposDomainAppear
          layer
          baseImage
          imageLink
          registryName
          project
          resourceGroup
          cloudResourceTags
          location
          locationLink
          parameter
          test
          cvss
          evidence
          request
          response
          dastUrl
          method
          parameterType
          value
          cluster
          type
          cloudType
          k8sType
          consoleLink
          name
          subscriptionId
          stringifiedClusters
          aggStatus
          falsePositive {
            isFalsePositive
            comment
            reportedBy
            reportedAt
            isCanceled
            cancelComment
            canceledBy
            canceledAt
            commentWhenCanceled
          }
          cbomId
          prDeatils {
            sourceControlType
            issueId
            appId
            repo
            prId
            prURL
            prBranchName
            commitMessage
            commiter
            comment
            date
            prTitle
            prBody
            prStatus
            prApprover
            prReviewer
            prMergeTime
          }
          triage {
            triageStatus
            createdBy
            createdAt
          }
          runtimeStatus
          eventCount
          pod
          parentProcess
          process
          processPath
          command
          connection
          eventArgs
          eventFlags
        }
      }
      recommendation
      multipleRecommendation {
        type
        steps {
          title
          command
          postCommandExplanation
        }
      }
      sourceTools
      ruleId
      fixes {
        settingType
        tooltip
        description
        warning
        confirmation
        inputs {
          type
          name
          options {
            name
            selected
            metadata
            info
            displayName
            isDisabled
          }
          multiSelect
          maxSelect
          minSelect
          displayName
        }
      }
      fixAppliedDeatils {
        appliedBy
        appliedDate
      }
      cwe
      fixLink
      cweList {
        name
        description
        url
      }
      dependencyChain
      publicExploitLink
      createdAt
      tickets {
        provider
        ticketId
        createdBy
        issueId
        issueName
        appName
        appId
        category
        assignee
        reporter
        link
        project
        issueType
        key
      }
      slackNotification {
        channelName
        timestamp
      }
      messages {
        messagingVendor
        recipients {
          name
          id
          type
        }
        createdAt
      }
      fixIssue {
        fixType
        fixTitle
        fixDescription
        isFixApplied
        fixAppliedBy
        sourceControlType
        fixDate
      }
      requestContent
      responseContent
      autoFix {
        fixType
        fixTitle
        fixDescription
        isFixApplied
        fixAppliedBy
        sourceControlType
        fixDate
      }
      lowerSeverityReason
      severityChange
      originalToolSeverity
      scaVulnerabilities {
        issueId
        oxSeverity
        severityNumberFromTool
        severityFromTool
        cve
        cveLink
        cvsVer
        cvssVersion
        epss
        percentile
        libName
        dependencyChain
        runtimeStatus
        runtimeContext {
          runtimeStatus
          cloudContexts {
            provider
            accountId
            region
            clusterName
            namespace
            containerRuntime
          }
        }
        libVersion
        chainDepth
        exploitInTheWild
        exploitInTheWildLink
        description
        dateDiscovered
        minorVerWithFix
        majorVerWithFix
        exploitRequirement
        exploitCode
        originalSeverity
      }
      dependencyGraphNodes {
        id
        name
        width
        height
        vulnerable
      }
      dependencyGraphEdges {
        v
        w
      }
      scaTriggerPkg
      scaTriggerPkgs {
        scaTriggerPkg
        fileName
      }
      pkgSemanticVersion
      severityChangeReason
      severityChangedReason {
        changeNumber
        withoutAutoNumbering
        evidenceLabel
        reason
        shortName
        changeCategory
        extraInfo {
          key
          value
          link
          snippet {
            snippetLineNumber
            language
            text
            fileName
          }
          iconLink
          callBranch
        }
        extraInfoContainer {
          layerSha
          layerNum
          artifactName
          sha
          registryName
        }
        order
      }
      aggSeverityExplanation
      isNew
      newReason
      aggSFsForCalcDisplay {
        changeNumber
        withoutAutoNumbering
        evidenceLabel
        reason
        shortName
        changeCategory
        extraInfo {
          key
          value
          link
          snippet {
            snippetLineNumber
            language
            text
            fileName
          }
          iconLink
          callBranch
        }
        extraInfoContainer {
          layerSha
          layerNum
          artifactName
          sha
          registryName
        }
        order
      }
      resolvedIssueDate
      isPRAvailable
      cicdFields {
        issueStatus
        sourceBranch
        targetBranch
        jobId
        jobTriggeredAt
        jobTriggeredAtDate
        jobTriggeredBy
        jobTriggeredReason
        jobUrl
        pullRequestId
        pullRequestUrl
        enforcement
        excludedByAlert
        cicdEventType
        workflows {
          id
          name
        }
      }
      comment
      comments {
        commentId
        text
        authorId
        authorEmail
        authorName
        createdAt
        updatedAt
      }
      excludedByAlert
      excludedByPolicy
      excludedByApp
      countRule
      exclusionId
      languageInfo {
        name
        version
      }
      isMonoRepoChild
      monoRepoParent
      isFixAvailable
      isFixApplied
      isGPTFixAvailable
      oscarData {
        name
        description
        url
        id
      }
      gptInfo {
        gptResponse
        user
        createdAt
      }
      prDeatils {
        sourceControlType
        issueId
        appId
        repo
        prId
        prURL
        prBranchName
        commitMessage
        commiter
        comment
        date
        prTitle
        prBody
        prStatus
        prApprover
        prReviewer
        prMergeTime
      }
      tags {
        tagId
        name
        email
        displayName
        tagType
        createdBy
        purpose
        deploymentModel
        tagCategory
      }
      originalSeverity
      overrideSeverity
      isFalsePositive
      falsePositiveComment
      isCanceledFalsePositive
      cancelFalsePositiveComment
      falsePositiveDetails {
        canceledBy
        reportedBy
        commentWhenCanceled
        aggregationsStatus
      }
      issueStatus
      scanIssueStatus
      resolvedReason
      resolvedDetails
      resolvedReasonDetails {
        description
      }
      disappearedReason
      disappearedDetails
      disappearedReasonDetails {
        description
      }
      disappearedDate
      correlatedIssueId
      correlatedRegistry
      scaFixType
      previousSeverity {
        severity
        severityChangedDate
      }
      version
      severityFactorsDiff {
        shortName
        change
        status
      }
      exposedByApiItems {
        apiId
        codeLocations {
          link
          callBranch
        }
      }
      originBranchName
      exclusionComment
      exclusionExpiredAt
      problematicPkg
      serverlessDeploymentOperation {
        userIdentity {
          type
          principalId
          arn
          accountId
          accessKeyId
          sessionContext {
            sessionIssuer {
              type
              principalId
              arn
              accountId
              userName
            }
            attributes {
              creationDate
              mfaAuthenticated
            }
          }
        }
        deploymentTime
        sourceIPAddress
        userAgent
        connectedFromConsole
        location
        linkToCode
        functionName
        functionArn
        internalFunctionName
        cloudRegion
        version
        revisionId
        codeSha256
        entryPoint
        codeSize
        memorySize
        timeout
        runtime
        runtimeVersionConfig {
          runtimeVersionArn
        }
        architectures
        role
        recipientAccountId
        description
      }
      eventFromExternalTool
      issueOwners {
        name
        email
      }
      overrideIssueOwner
      originalIssueOwners {
        name
        email
      }
      cveExclusions {
        label
        recommended
        tooltip
        type
        id
        oxRuleId
        level
        excludeBy
        uidOnly
        isDefault
        ffKey
        exclusionScope
      }
    }
    totalIssues
    totalFilteredIssues
    totalResolvedIssues
    offset
    totalActiveIssues
    selectedPosition
    topOffset
    cursorValue
  }
}
```

**Variables**

This is an example input showing all available input fields. Only fields marked as required in the schema are mandatory.

```json
{
  "getIssuesInput": {
    "scanID": "",
    "limit": 100,
    "page": 1,
    "search": [
      {
        "fieldName": "example",
        "value": ["example"]
      }
    ],
    "offset": 0,
    "sort": {
      "fields": ["Category"],
      "order": ["ASC"]
    },
    "owners": ["example"],
    "tagIds": ["example"],
    "inventoryFilters": ["New"],
    "dateRange": {
      "from": 1749000000000,
      "to": 1749900000000
    },
    "limitAggItems": 42,
    "offsetAggItems": 42,
    "ignoreEnvCheck": true,
    "exportsOptions": {
      "flattenAgg": true,
      "isDemoEnabled": true,
      "name": "SomeName",
      "columns": [
        {
          "key": "Severity",
          "name": "SomeName"
        }
      ],
      "rowsLimit": 42
    },
    "issueId": "30966426-oxPolicy_securityCloudScan_100-example",
    "topOffset": 42,
    "topLevelSearch": "example",
    "scrollDirection": "example",
    "openItems": ["digest"],
    "conditionalFilters": [
      {
        "condition": "AND",
        "fieldName": "digest",
        "values": ["example"],
        "greaterThan": 13.37,
        "lessThan": 13.37
      }
    ],
    "cursorValue": "example"
  }
}
```

{% endtab %}

{% tab title="cURL" %}

```shell
curl -X POST \
https://api.cloud.ox.security/api/apollo-gateway \
-H 'Content-Type: application/json' \
-H 'Authorization: YOUR_API_TOKEN' \
-d '{
 "query": "query GetIssues($getIssuesInput: IssuesInput) { getIssues(getIssuesInput: $getIssuesInput) { issues { importantSeverityBreakdown overrideSeverityReason highestOXCVESeverity latestCommit { originalSeverity oxSeverity callBranch linkToExternalProduct stars forks downloads vulBySeverity nameAndVer sourceRepoName sourceRepoLink sourceCreationDate sourceLastModifyDate destinationRepoName destinationRepoLink destinationCreationDate destinationLastModifyDate destinationRepoVisibility reasons _id url additionalToolData events allEvents pushType sha title link mergedBy date fileCount diffInDays reviewers user userLink userAvatar devOperation devOperationDate adminOperation adminOperationDate reviewOperation reviewOperationDate orgRole earliestActivityDate repoPermissions adminLocation email pullRequestsCount diffFromNowToCreatedAtInDays username accessLevel createdAt lastAccess fileName fileUri startLine endLine match snippet commitLink commitBy changeAuthorName mergeDate dateCommitPushed pullRequestNumber pullRequestLink codeOwners region eduVideoLink resource service accountName cloudEnv secret secretType secretTypeDescription secretStatus image imageCreatedAt pkgCount dockerVer os binariesCount tag reputation sha256 size pushedAt source sourceLink ruleId realMatch excludedByAlert filePath lockfile accountId snippetLineNumber language daysOpen isFixAvailable aggId pkgName installedVersion fixedVersion triggerPkgName triggerPkgVersion triggerPkgUpgradeVersion dependencyType branch hashAggId repo repoCreator lastCodeDate lastAdminOperation exclusionId numberOfReposDomainAppear layer baseImage imageLink registryName project resourceGroup cloudResourceTags location locationLink parameter test cvss evidence request response dastUrl method parameterType value cluster type cloudType k8sType consoleLink name subscriptionId stringifiedClusters aggStatus falsePositive { isFalsePositive comment reportedBy reportedAt isCanceled cancelComment canceledBy canceledAt commentWhenCanceled } cbomId prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } triage { triageStatus createdBy createdAt } runtimeStatus eventCount pod parentProcess process processPath command connection eventArgs eventFlags } additionalTabs { type aggItems { originalSeverity oxSeverity callBranch linkToExternalProduct stars forks downloads vulBySeverity nameAndVer sourceRepoName sourceRepoLink sourceCreationDate sourceLastModifyDate destinationRepoName destinationRepoLink destinationCreationDate destinationLastModifyDate destinationRepoVisibility reasons _id url additionalToolData events allEvents pushType sha title link mergedBy date fileCount diffInDays reviewers user userLink userAvatar devOperation devOperationDate adminOperation adminOperationDate reviewOperation reviewOperationDate orgRole earliestActivityDate repoPermissions adminLocation email pullRequestsCount diffFromNowToCreatedAtInDays username accessLevel createdAt lastAccess fileName fileUri startLine endLine match snippet commitLink commitBy changeAuthorName mergeDate dateCommitPushed pullRequestNumber pullRequestLink codeOwners region eduVideoLink resource service accountName cloudEnv secret secretType secretTypeDescription secretStatus image imageCreatedAt pkgCount dockerVer os binariesCount tag reputation sha256 size pushedAt source sourceLink ruleId realMatch excludedByAlert filePath lockfile accountId snippetLineNumber language daysOpen isFixAvailable aggId pkgName installedVersion fixedVersion triggerPkgName triggerPkgVersion triggerPkgUpgradeVersion dependencyType branch hashAggId repo repoCreator lastCodeDate lastAdminOperation exclusionId numberOfReposDomainAppear layer baseImage imageLink registryName project resourceGroup cloudResourceTags location locationLink parameter test cvss evidence request response dastUrl method parameterType value cluster type cloudType k8sType consoleLink name subscriptionId stringifiedClusters aggStatus falsePositive { isFalsePositive comment reportedBy reportedAt isCanceled cancelComment canceledBy canceledAt commentWhenCanceled } cbomId prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } triage { triageStatus createdBy createdAt } runtimeStatus eventCount pod parentProcess process processPath command connection eventArgs eventFlags } } issueDetailsHeaders { id label featureFlag } compliance { standard standardLink control category description categoryLink controlLink } sbom { id references { triggerPackage location locationLink dependencyType dependencyLevel commit { commitedAt committerName committerEmail } fileName } language libraryName libraryVersion license appName location dependencyType source appId locationLink appLink pkgName copyWriteInfo copyWriteInfoLink libLink vulnerabilityCounts { appox critical high medium low info } triggerPackage vulnerabilities { issueId oxSeverity severityNumberFromTool severityFromTool cve cveLink cvsVer cvssVersion epss percentile libName dependencyChain runtimeStatus runtimeContext { runtimeStatus cloudContexts { provider accountId region clusterName namespace containerRuntime } } libVersion chainDepth exploitInTheWild exploitInTheWildLink description dateDiscovered minorVerWithFix majorVerWithFix exploitRequirement exploitCode originalSeverity } latestVersion latestVersionDate stars forks openIssues packageManager purl packageManagerLink maintainers contributors downloads sourceLink notPopular licenseIssue malicious malwareType osVname notMaintained isDeprecated notImported notUpdated dependencyLevel requestId licenseLink artifactInSbomLibs { image imageLink imageCreatedAt sha os osVersion baseImage baseImageVersion tag layer registryName source } sha maintainersList { name email } runtimeStatus runtimeContext { runtimeStatus cloudContexts { provider accountId region clusterName namespace containerRuntime } } usedVersionReleaseDate projectDescription firstSeenDate } dependencyGraph { nodes { id name width height vulnerable } allNodes { id name width height vulnerable } edges { v w } allEdges { v w } } groupId name mainTitle secondTitle scanId sla { daysPastSLA status } issueUpdatedAt scanDate description impact exposure severity owners ownerEmails occurrences score { value comments } orgConScore connector learnMore extraInfo { key val value snippet { detectionType fileName snippetLineNumber language text } link callBranch iconLink tags } resource { id type } appName app { id name businessPriority riskScore secPosture type typeComments applicationFlows { artifacts { type name hashType system subType hash size date location { runBy foundBy foundIn link } linkName k8sType cluster region } cloudDeployments { type subType name hash hashType link location { runBy foundBy foundIn link } k8sType imageName date cluster region } cicdInfo { type system latestDate lastMonthJobCount location { runBy foundBy foundIn link } } orchestrators { type name hashType system hash size date location { runBy foundBy foundIn link } } kubernetes { type name hashType system hash subType size date location { runBy foundBy foundIn link } } repository { type system date location { runBy foundBy foundIn link } } } fakeApp originBranchName repoId organization repoName owners { name email roles } credentialsId lastCodeChange createdAt publicVisibility branch } policy { id name detailedDescription } issueId category { name categoryId subCategoryName subCategoryComment } aggregations { type columns { columns { header key tooltip href type } comment } items { originalSeverity oxSeverity callBranch linkToExternalProduct stars forks downloads vulBySeverity nameAndVer sourceRepoName sourceRepoLink sourceCreationDate sourceLastModifyDate destinationRepoName destinationRepoLink destinationCreationDate destinationLastModifyDate destinationRepoVisibility reasons _id url additionalToolData events allEvents pushType sha title link mergedBy date fileCount diffInDays reviewers user userLink userAvatar devOperation devOperationDate adminOperation adminOperationDate reviewOperation reviewOperationDate orgRole earliestActivityDate repoPermissions adminLocation email pullRequestsCount diffFromNowToCreatedAtInDays username accessLevel createdAt lastAccess fileName fileUri startLine endLine match snippet commitLink commitBy changeAuthorName mergeDate dateCommitPushed pullRequestNumber pullRequestLink codeOwners region eduVideoLink resource service accountName cloudEnv secret secretType secretTypeDescription secretStatus image imageCreatedAt pkgCount dockerVer os binariesCount tag reputation sha256 size pushedAt source sourceLink ruleId realMatch excludedByAlert filePath lockfile accountId snippetLineNumber language daysOpen isFixAvailable aggId pkgName installedVersion fixedVersion triggerPkgName triggerPkgVersion triggerPkgUpgradeVersion dependencyType branch hashAggId repo repoCreator lastCodeDate lastAdminOperation exclusionId numberOfReposDomainAppear layer baseImage imageLink registryName project resourceGroup cloudResourceTags location locationLink parameter test cvss evidence request response dastUrl method parameterType value cluster type cloudType k8sType consoleLink name subscriptionId stringifiedClusters aggStatus falsePositive { isFalsePositive comment reportedBy reportedAt isCanceled cancelComment canceledBy canceledAt commentWhenCanceled } cbomId prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } triage { triageStatus createdBy createdAt } runtimeStatus eventCount pod parentProcess process processPath command connection eventArgs eventFlags } } recommendation multipleRecommendation { type steps { title command postCommandExplanation } } sourceTools ruleId fixes { settingType tooltip description warning confirmation inputs { type name options { name selected metadata info displayName isDisabled } multiSelect maxSelect minSelect displayName } } fixAppliedDeatils { appliedBy appliedDate } cwe fixLink cweList { name description url } dependencyChain publicExploitLink createdAt tickets { provider ticketId createdBy issueId issueName appName appId category assignee reporter link project issueType key } slackNotification { channelName timestamp } messages { messagingVendor recipients { name id type } createdAt } fixIssue { fixType fixTitle fixDescription isFixApplied fixAppliedBy sourceControlType fixDate } requestContent responseContent autoFix { fixType fixTitle fixDescription isFixApplied fixAppliedBy sourceControlType fixDate } lowerSeverityReason severityChange originalToolSeverity scaVulnerabilities { issueId oxSeverity severityNumberFromTool severityFromTool cve cveLink cvsVer cvssVersion epss percentile libName dependencyChain runtimeStatus runtimeContext { runtimeStatus cloudContexts { provider accountId region clusterName namespace containerRuntime } } libVersion chainDepth exploitInTheWild exploitInTheWildLink description dateDiscovered minorVerWithFix majorVerWithFix exploitRequirement exploitCode originalSeverity } dependencyGraphNodes { id name width height vulnerable } dependencyGraphEdges { v w } scaTriggerPkg scaTriggerPkgs { scaTriggerPkg fileName } pkgSemanticVersion severityChangeReason severityChangedReason { changeNumber withoutAutoNumbering evidenceLabel reason shortName changeCategory extraInfo { key value link snippet { snippetLineNumber language text fileName } iconLink callBranch } extraInfoContainer { layerSha layerNum artifactName sha registryName } order } aggSeverityExplanation isNew newReason aggSFsForCalcDisplay { changeNumber withoutAutoNumbering evidenceLabel reason shortName changeCategory extraInfo { key value link snippet { snippetLineNumber language text fileName } iconLink callBranch } extraInfoContainer { layerSha layerNum artifactName sha registryName } order } resolvedIssueDate isPRAvailable cicdFields { issueStatus sourceBranch targetBranch jobId jobTriggeredAt jobTriggeredAtDate jobTriggeredBy jobTriggeredReason jobUrl pullRequestId pullRequestUrl enforcement excludedByAlert cicdEventType workflows { id name } } comment comments { commentId text authorId authorEmail authorName createdAt updatedAt } excludedByAlert excludedByPolicy excludedByApp countRule exclusionId languageInfo { name version } isMonoRepoChild monoRepoParent isFixAvailable isFixApplied isGPTFixAvailable oscarData { name description url id } gptInfo { gptResponse user createdAt } prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } tags { tagId name email displayName tagType createdBy purpose deploymentModel tagCategory } originalSeverity overrideSeverity isFalsePositive falsePositiveComment isCanceledFalsePositive cancelFalsePositiveComment falsePositiveDetails { canceledBy reportedBy commentWhenCanceled aggregationsStatus } issueStatus scanIssueStatus resolvedReason resolvedDetails resolvedReasonDetails { description } disappearedReason disappearedDetails disappearedReasonDetails { description } disappearedDate correlatedIssueId correlatedRegistry scaFixType previousSeverity { severity severityChangedDate } version severityFactorsDiff { shortName change status } exposedByApiItems { apiId codeLocations { link callBranch } } originBranchName exclusionComment exclusionExpiredAt problematicPkg serverlessDeploymentOperation { userIdentity { type principalId arn accountId accessKeyId sessionContext { sessionIssuer { type principalId arn accountId userName } attributes { creationDate mfaAuthenticated } } } deploymentTime sourceIPAddress userAgent connectedFromConsole location linkToCode functionName functionArn internalFunctionName cloudRegion version revisionId codeSha256 entryPoint codeSize memorySize timeout runtime runtimeVersionConfig { runtimeVersionArn } architectures role recipientAccountId description } eventFromExternalTool issueOwners { name email } overrideIssueOwner originalIssueOwners { name email } cveExclusions { label recommended tooltip type id oxRuleId level excludeBy uidOnly isDefault ffKey exclusionScope } } totalIssues totalFilteredIssues totalResolvedIssues offset totalActiveIssues selectedPosition topOffset cursorValue } }",
 "variables": {
    "getIssuesInput": {
      "scanID": "",
      "limit": 100,
      "page": 1,
      "search": [
        {
          "fieldName": "example",
          "value": ["example"]
        }
      ],
      "offset": 0,
      "sort": {
        "fields": ["Category"],
        "order": ["ASC"]
      },
      "owners": ["example"],
      "tagIds": ["example"],
      "inventoryFilters": ["New"],
      "dateRange": {
        "from": 1749000000000,
        "to": 1749900000000
      },
      "limitAggItems": 42,
      "offsetAggItems": 42,
      "ignoreEnvCheck": true,
      "exportsOptions": {
        "flattenAgg": true,
        "isDemoEnabled": true,
        "name": "SomeName",
        "columns": [
          {
            "key": "Severity",
            "name": "SomeName"
          }
        ],
        "rowsLimit": 42
      },
      "issueId": "30966426-oxPolicy_securityCloudScan_100-example",
      "topOffset": 42,
      "topLevelSearch": "example",
      "scrollDirection": "example",
      "openItems": ["digest"],
      "conditionalFilters": [
        {
          "condition": "AND",
          "fieldName": "digest",
          "values": ["example"],
          "greaterThan": 13.37,
          "lessThan": 13.37
        }
      ],
      "cursorValue": "example"
    }
  }
}'
```

{% endtab %}

{% tab title="Node.js" %}

```javascript
const query = 'query GetIssues($getIssuesInput: IssuesInput) { getIssues(getIssuesInput: $getIssuesInput) { issues { importantSeverityBreakdown overrideSeverityReason highestOXCVESeverity latestCommit { originalSeverity oxSeverity callBranch linkToExternalProduct stars forks downloads vulBySeverity nameAndVer sourceRepoName sourceRepoLink sourceCreationDate sourceLastModifyDate destinationRepoName destinationRepoLink destinationCreationDate destinationLastModifyDate destinationRepoVisibility reasons _id url additionalToolData events allEvents pushType sha title link mergedBy date fileCount diffInDays reviewers user userLink userAvatar devOperation devOperationDate adminOperation adminOperationDate reviewOperation reviewOperationDate orgRole earliestActivityDate repoPermissions adminLocation email pullRequestsCount diffFromNowToCreatedAtInDays username accessLevel createdAt lastAccess fileName fileUri startLine endLine match snippet commitLink commitBy changeAuthorName mergeDate dateCommitPushed pullRequestNumber pullRequestLink codeOwners region eduVideoLink resource service accountName cloudEnv secret secretType secretTypeDescription secretStatus image imageCreatedAt pkgCount dockerVer os binariesCount tag reputation sha256 size pushedAt source sourceLink ruleId realMatch excludedByAlert filePath lockfile accountId snippetLineNumber language daysOpen isFixAvailable aggId pkgName installedVersion fixedVersion triggerPkgName triggerPkgVersion triggerPkgUpgradeVersion dependencyType branch hashAggId repo repoCreator lastCodeDate lastAdminOperation exclusionId numberOfReposDomainAppear layer baseImage imageLink registryName project resourceGroup cloudResourceTags location locationLink parameter test cvss evidence request response dastUrl method parameterType value cluster type cloudType k8sType consoleLink name subscriptionId stringifiedClusters aggStatus falsePositive { isFalsePositive comment reportedBy reportedAt isCanceled cancelComment canceledBy canceledAt commentWhenCanceled } cbomId prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } triage { triageStatus createdBy createdAt } runtimeStatus eventCount pod parentProcess process processPath command connection eventArgs eventFlags } additionalTabs { type aggItems { originalSeverity oxSeverity callBranch linkToExternalProduct stars forks downloads vulBySeverity nameAndVer sourceRepoName sourceRepoLink sourceCreationDate sourceLastModifyDate destinationRepoName destinationRepoLink destinationCreationDate destinationLastModifyDate destinationRepoVisibility reasons _id url additionalToolData events allEvents pushType sha title link mergedBy date fileCount diffInDays reviewers user userLink userAvatar devOperation devOperationDate adminOperation adminOperationDate reviewOperation reviewOperationDate orgRole earliestActivityDate repoPermissions adminLocation email pullRequestsCount diffFromNowToCreatedAtInDays username accessLevel createdAt lastAccess fileName fileUri startLine endLine match snippet commitLink commitBy changeAuthorName mergeDate dateCommitPushed pullRequestNumber pullRequestLink codeOwners region eduVideoLink resource service accountName cloudEnv secret secretType secretTypeDescription secretStatus image imageCreatedAt pkgCount dockerVer os binariesCount tag reputation sha256 size pushedAt source sourceLink ruleId realMatch excludedByAlert filePath lockfile accountId snippetLineNumber language daysOpen isFixAvailable aggId pkgName installedVersion fixedVersion triggerPkgName triggerPkgVersion triggerPkgUpgradeVersion dependencyType branch hashAggId repo repoCreator lastCodeDate lastAdminOperation exclusionId numberOfReposDomainAppear layer baseImage imageLink registryName project resourceGroup cloudResourceTags location locationLink parameter test cvss evidence request response dastUrl method parameterType value cluster type cloudType k8sType consoleLink name subscriptionId stringifiedClusters aggStatus falsePositive { isFalsePositive comment reportedBy reportedAt isCanceled cancelComment canceledBy canceledAt commentWhenCanceled } cbomId prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } triage { triageStatus createdBy createdAt } runtimeStatus eventCount pod parentProcess process processPath command connection eventArgs eventFlags } } issueDetailsHeaders { id label featureFlag } compliance { standard standardLink control category description categoryLink controlLink } sbom { id references { triggerPackage location locationLink dependencyType dependencyLevel commit { commitedAt committerName committerEmail } fileName } language libraryName libraryVersion license appName location dependencyType source appId locationLink appLink pkgName copyWriteInfo copyWriteInfoLink libLink vulnerabilityCounts { appox critical high medium low info } triggerPackage vulnerabilities { issueId oxSeverity severityNumberFromTool severityFromTool cve cveLink cvsVer cvssVersion epss percentile libName dependencyChain runtimeStatus runtimeContext { runtimeStatus cloudContexts { provider accountId region clusterName namespace containerRuntime } } libVersion chainDepth exploitInTheWild exploitInTheWildLink description dateDiscovered minorVerWithFix majorVerWithFix exploitRequirement exploitCode originalSeverity } latestVersion latestVersionDate stars forks openIssues packageManager purl packageManagerLink maintainers contributors downloads sourceLink notPopular licenseIssue malicious malwareType osVname notMaintained isDeprecated notImported notUpdated dependencyLevel requestId licenseLink artifactInSbomLibs { image imageLink imageCreatedAt sha os osVersion baseImage baseImageVersion tag layer registryName source } sha maintainersList { name email } runtimeStatus runtimeContext { runtimeStatus cloudContexts { provider accountId region clusterName namespace containerRuntime } } usedVersionReleaseDate projectDescription firstSeenDate } dependencyGraph { nodes { id name width height vulnerable } allNodes { id name width height vulnerable } edges { v w } allEdges { v w } } groupId name mainTitle secondTitle scanId sla { daysPastSLA status } issueUpdatedAt scanDate description impact exposure severity owners ownerEmails occurrences score { value comments } orgConScore connector learnMore extraInfo { key val value snippet { detectionType fileName snippetLineNumber language text } link callBranch iconLink tags } resource { id type } appName app { id name businessPriority riskScore secPosture type typeComments applicationFlows { artifacts { type name hashType system subType hash size date location { runBy foundBy foundIn link } linkName k8sType cluster region } cloudDeployments { type subType name hash hashType link location { runBy foundBy foundIn link } k8sType imageName date cluster region } cicdInfo { type system latestDate lastMonthJobCount location { runBy foundBy foundIn link } } orchestrators { type name hashType system hash size date location { runBy foundBy foundIn link } } kubernetes { type name hashType system hash subType size date location { runBy foundBy foundIn link } } repository { type system date location { runBy foundBy foundIn link } } } fakeApp originBranchName repoId organization repoName owners { name email roles } credentialsId lastCodeChange createdAt publicVisibility branch } policy { id name detailedDescription } issueId category { name categoryId subCategoryName subCategoryComment } aggregations { type columns { columns { header key tooltip href type } comment } items { originalSeverity oxSeverity callBranch linkToExternalProduct stars forks downloads vulBySeverity nameAndVer sourceRepoName sourceRepoLink sourceCreationDate sourceLastModifyDate destinationRepoName destinationRepoLink destinationCreationDate destinationLastModifyDate destinationRepoVisibility reasons _id url additionalToolData events allEvents pushType sha title link mergedBy date fileCount diffInDays reviewers user userLink userAvatar devOperation devOperationDate adminOperation adminOperationDate reviewOperation reviewOperationDate orgRole earliestActivityDate repoPermissions adminLocation email pullRequestsCount diffFromNowToCreatedAtInDays username accessLevel createdAt lastAccess fileName fileUri startLine endLine match snippet commitLink commitBy changeAuthorName mergeDate dateCommitPushed pullRequestNumber pullRequestLink codeOwners region eduVideoLink resource service accountName cloudEnv secret secretType secretTypeDescription secretStatus image imageCreatedAt pkgCount dockerVer os binariesCount tag reputation sha256 size pushedAt source sourceLink ruleId realMatch excludedByAlert filePath lockfile accountId snippetLineNumber language daysOpen isFixAvailable aggId pkgName installedVersion fixedVersion triggerPkgName triggerPkgVersion triggerPkgUpgradeVersion dependencyType branch hashAggId repo repoCreator lastCodeDate lastAdminOperation exclusionId numberOfReposDomainAppear layer baseImage imageLink registryName project resourceGroup cloudResourceTags location locationLink parameter test cvss evidence request response dastUrl method parameterType value cluster type cloudType k8sType consoleLink name subscriptionId stringifiedClusters aggStatus falsePositive { isFalsePositive comment reportedBy reportedAt isCanceled cancelComment canceledBy canceledAt commentWhenCanceled } cbomId prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } triage { triageStatus createdBy createdAt } runtimeStatus eventCount pod parentProcess process processPath command connection eventArgs eventFlags } } recommendation multipleRecommendation { type steps { title command postCommandExplanation } } sourceTools ruleId fixes { settingType tooltip description warning confirmation inputs { type name options { name selected metadata info displayName isDisabled } multiSelect maxSelect minSelect displayName } } fixAppliedDeatils { appliedBy appliedDate } cwe fixLink cweList { name description url } dependencyChain publicExploitLink createdAt tickets { provider ticketId createdBy issueId issueName appName appId category assignee reporter link project issueType key } slackNotification { channelName timestamp } messages { messagingVendor recipients { name id type } createdAt } fixIssue { fixType fixTitle fixDescription isFixApplied fixAppliedBy sourceControlType fixDate } requestContent responseContent autoFix { fixType fixTitle fixDescription isFixApplied fixAppliedBy sourceControlType fixDate } lowerSeverityReason severityChange originalToolSeverity scaVulnerabilities { issueId oxSeverity severityNumberFromTool severityFromTool cve cveLink cvsVer cvssVersion epss percentile libName dependencyChain runtimeStatus runtimeContext { runtimeStatus cloudContexts { provider accountId region clusterName namespace containerRuntime } } libVersion chainDepth exploitInTheWild exploitInTheWildLink description dateDiscovered minorVerWithFix majorVerWithFix exploitRequirement exploitCode originalSeverity } dependencyGraphNodes { id name width height vulnerable } dependencyGraphEdges { v w } scaTriggerPkg scaTriggerPkgs { scaTriggerPkg fileName } pkgSemanticVersion severityChangeReason severityChangedReason { changeNumber withoutAutoNumbering evidenceLabel reason shortName changeCategory extraInfo { key value link snippet { snippetLineNumber language text fileName } iconLink callBranch } extraInfoContainer { layerSha layerNum artifactName sha registryName } order } aggSeverityExplanation isNew newReason aggSFsForCalcDisplay { changeNumber withoutAutoNumbering evidenceLabel reason shortName changeCategory extraInfo { key value link snippet { snippetLineNumber language text fileName } iconLink callBranch } extraInfoContainer { layerSha layerNum artifactName sha registryName } order } resolvedIssueDate isPRAvailable cicdFields { issueStatus sourceBranch targetBranch jobId jobTriggeredAt jobTriggeredAtDate jobTriggeredBy jobTriggeredReason jobUrl pullRequestId pullRequestUrl enforcement excludedByAlert cicdEventType workflows { id name } } comment comments { commentId text authorId authorEmail authorName createdAt updatedAt } excludedByAlert excludedByPolicy excludedByApp countRule exclusionId languageInfo { name version } isMonoRepoChild monoRepoParent isFixAvailable isFixApplied isGPTFixAvailable oscarData { name description url id } gptInfo { gptResponse user createdAt } prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } tags { tagId name email displayName tagType createdBy purpose deploymentModel tagCategory } originalSeverity overrideSeverity isFalsePositive falsePositiveComment isCanceledFalsePositive cancelFalsePositiveComment falsePositiveDetails { canceledBy reportedBy commentWhenCanceled aggregationsStatus } issueStatus scanIssueStatus resolvedReason resolvedDetails resolvedReasonDetails { description } disappearedReason disappearedDetails disappearedReasonDetails { description } disappearedDate correlatedIssueId correlatedRegistry scaFixType previousSeverity { severity severityChangedDate } version severityFactorsDiff { shortName change status } exposedByApiItems { apiId codeLocations { link callBranch } } originBranchName exclusionComment exclusionExpiredAt problematicPkg serverlessDeploymentOperation { userIdentity { type principalId arn accountId accessKeyId sessionContext { sessionIssuer { type principalId arn accountId userName } attributes { creationDate mfaAuthenticated } } } deploymentTime sourceIPAddress userAgent connectedFromConsole location linkToCode functionName functionArn internalFunctionName cloudRegion version revisionId codeSha256 entryPoint codeSize memorySize timeout runtime runtimeVersionConfig { runtimeVersionArn } architectures role recipientAccountId description } eventFromExternalTool issueOwners { name email } overrideIssueOwner originalIssueOwners { name email } cveExclusions { label recommended tooltip type id oxRuleId level excludeBy uidOnly isDefault ffKey exclusionScope } } totalIssues totalFilteredIssues totalResolvedIssues offset totalActiveIssues selectedPosition topOffset cursorValue } }';

fetch("https://api.cloud.ox.security/api/apollo-gateway", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "Authorization": "YOUR_API_TOKEN"
  },
  body: JSON.stringify({
    query: query,
    // This is an example input showing all available input fields. Only fields marked as required in the schema are mandatory.
    variables: {
      getIssuesInput: {
        scanID: "",
        limit: 100,
        page: 1,
        search: [
          {
            fieldName: "example",
            value: ["example"]
          }
        ],
        offset: 0,
        sort: {
          fields: ["Category"],
          order: ["ASC"]
        },
        owners: ["example"],
        tagIds: ["example"],
        inventoryFilters: ["New"],
        dateRange: {
          from: 1749000000000,
          to: 1749900000000
        },
        limitAggItems: 42,
        offsetAggItems: 42,
        ignoreEnvCheck: true,
        exportsOptions: {
          flattenAgg: true,
          isDemoEnabled: true,
          name: "SomeName",
          columns: [
            {
              key: "Severity",
              name: "SomeName"
            }
          ],
          rowsLimit: 42
        },
        issueId: "30966426-oxPolicy_securityCloudScan_100-example",
        topOffset: 42,
        topLevelSearch: "example",
        scrollDirection: "example",
        openItems: ["digest"],
        conditionalFilters: [
          {
            condition: "AND",
            fieldName: "digest",
            values: ["example"],
            greaterThan: 13.37,
            lessThan: 13.37
          }
        ],
        cursorValue: "example"
      }
    }
  })
})
.then(response => response.json())
.then(result => console.log(JSON.stringify(result, null, 2)))
.catch(error => console.error('Error:', error));
```

{% endtab %}

{% tab title="Python" %}

```python
import requests

query = 'query GetIssues($getIssuesInput: IssuesInput) { getIssues(getIssuesInput: $getIssuesInput) { issues { importantSeverityBreakdown overrideSeverityReason highestOXCVESeverity latestCommit { originalSeverity oxSeverity callBranch linkToExternalProduct stars forks downloads vulBySeverity nameAndVer sourceRepoName sourceRepoLink sourceCreationDate sourceLastModifyDate destinationRepoName destinationRepoLink destinationCreationDate destinationLastModifyDate destinationRepoVisibility reasons _id url additionalToolData events allEvents pushType sha title link mergedBy date fileCount diffInDays reviewers user userLink userAvatar devOperation devOperationDate adminOperation adminOperationDate reviewOperation reviewOperationDate orgRole earliestActivityDate repoPermissions adminLocation email pullRequestsCount diffFromNowToCreatedAtInDays username accessLevel createdAt lastAccess fileName fileUri startLine endLine match snippet commitLink commitBy changeAuthorName mergeDate dateCommitPushed pullRequestNumber pullRequestLink codeOwners region eduVideoLink resource service accountName cloudEnv secret secretType secretTypeDescription secretStatus image imageCreatedAt pkgCount dockerVer os binariesCount tag reputation sha256 size pushedAt source sourceLink ruleId realMatch excludedByAlert filePath lockfile accountId snippetLineNumber language daysOpen isFixAvailable aggId pkgName installedVersion fixedVersion triggerPkgName triggerPkgVersion triggerPkgUpgradeVersion dependencyType branch hashAggId repo repoCreator lastCodeDate lastAdminOperation exclusionId numberOfReposDomainAppear layer baseImage imageLink registryName project resourceGroup cloudResourceTags location locationLink parameter test cvss evidence request response dastUrl method parameterType value cluster type cloudType k8sType consoleLink name subscriptionId stringifiedClusters aggStatus falsePositive { isFalsePositive comment reportedBy reportedAt isCanceled cancelComment canceledBy canceledAt commentWhenCanceled } cbomId prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } triage { triageStatus createdBy createdAt } runtimeStatus eventCount pod parentProcess process processPath command connection eventArgs eventFlags } additionalTabs { type aggItems { originalSeverity oxSeverity callBranch linkToExternalProduct stars forks downloads vulBySeverity nameAndVer sourceRepoName sourceRepoLink sourceCreationDate sourceLastModifyDate destinationRepoName destinationRepoLink destinationCreationDate destinationLastModifyDate destinationRepoVisibility reasons _id url additionalToolData events allEvents pushType sha title link mergedBy date fileCount diffInDays reviewers user userLink userAvatar devOperation devOperationDate adminOperation adminOperationDate reviewOperation reviewOperationDate orgRole earliestActivityDate repoPermissions adminLocation email pullRequestsCount diffFromNowToCreatedAtInDays username accessLevel createdAt lastAccess fileName fileUri startLine endLine match snippet commitLink commitBy changeAuthorName mergeDate dateCommitPushed pullRequestNumber pullRequestLink codeOwners region eduVideoLink resource service accountName cloudEnv secret secretType secretTypeDescription secretStatus image imageCreatedAt pkgCount dockerVer os binariesCount tag reputation sha256 size pushedAt source sourceLink ruleId realMatch excludedByAlert filePath lockfile accountId snippetLineNumber language daysOpen isFixAvailable aggId pkgName installedVersion fixedVersion triggerPkgName triggerPkgVersion triggerPkgUpgradeVersion dependencyType branch hashAggId repo repoCreator lastCodeDate lastAdminOperation exclusionId numberOfReposDomainAppear layer baseImage imageLink registryName project resourceGroup cloudResourceTags location locationLink parameter test cvss evidence request response dastUrl method parameterType value cluster type cloudType k8sType consoleLink name subscriptionId stringifiedClusters aggStatus falsePositive { isFalsePositive comment reportedBy reportedAt isCanceled cancelComment canceledBy canceledAt commentWhenCanceled } cbomId prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } triage { triageStatus createdBy createdAt } runtimeStatus eventCount pod parentProcess process processPath command connection eventArgs eventFlags } } issueDetailsHeaders { id label featureFlag } compliance { standard standardLink control category description categoryLink controlLink } sbom { id references { triggerPackage location locationLink dependencyType dependencyLevel commit { commitedAt committerName committerEmail } fileName } language libraryName libraryVersion license appName location dependencyType source appId locationLink appLink pkgName copyWriteInfo copyWriteInfoLink libLink vulnerabilityCounts { appox critical high medium low info } triggerPackage vulnerabilities { issueId oxSeverity severityNumberFromTool severityFromTool cve cveLink cvsVer cvssVersion epss percentile libName dependencyChain runtimeStatus runtimeContext { runtimeStatus cloudContexts { provider accountId region clusterName namespace containerRuntime } } libVersion chainDepth exploitInTheWild exploitInTheWildLink description dateDiscovered minorVerWithFix majorVerWithFix exploitRequirement exploitCode originalSeverity } latestVersion latestVersionDate stars forks openIssues packageManager purl packageManagerLink maintainers contributors downloads sourceLink notPopular licenseIssue malicious malwareType osVname notMaintained isDeprecated notImported notUpdated dependencyLevel requestId licenseLink artifactInSbomLibs { image imageLink imageCreatedAt sha os osVersion baseImage baseImageVersion tag layer registryName source } sha maintainersList { name email } runtimeStatus runtimeContext { runtimeStatus cloudContexts { provider accountId region clusterName namespace containerRuntime } } usedVersionReleaseDate projectDescription firstSeenDate } dependencyGraph { nodes { id name width height vulnerable } allNodes { id name width height vulnerable } edges { v w } allEdges { v w } } groupId name mainTitle secondTitle scanId sla { daysPastSLA status } issueUpdatedAt scanDate description impact exposure severity owners ownerEmails occurrences score { value comments } orgConScore connector learnMore extraInfo { key val value snippet { detectionType fileName snippetLineNumber language text } link callBranch iconLink tags } resource { id type } appName app { id name businessPriority riskScore secPosture type typeComments applicationFlows { artifacts { type name hashType system subType hash size date location { runBy foundBy foundIn link } linkName k8sType cluster region } cloudDeployments { type subType name hash hashType link location { runBy foundBy foundIn link } k8sType imageName date cluster region } cicdInfo { type system latestDate lastMonthJobCount location { runBy foundBy foundIn link } } orchestrators { type name hashType system hash size date location { runBy foundBy foundIn link } } kubernetes { type name hashType system hash subType size date location { runBy foundBy foundIn link } } repository { type system date location { runBy foundBy foundIn link } } } fakeApp originBranchName repoId organization repoName owners { name email roles } credentialsId lastCodeChange createdAt publicVisibility branch } policy { id name detailedDescription } issueId category { name categoryId subCategoryName subCategoryComment } aggregations { type columns { columns { header key tooltip href type } comment } items { originalSeverity oxSeverity callBranch linkToExternalProduct stars forks downloads vulBySeverity nameAndVer sourceRepoName sourceRepoLink sourceCreationDate sourceLastModifyDate destinationRepoName destinationRepoLink destinationCreationDate destinationLastModifyDate destinationRepoVisibility reasons _id url additionalToolData events allEvents pushType sha title link mergedBy date fileCount diffInDays reviewers user userLink userAvatar devOperation devOperationDate adminOperation adminOperationDate reviewOperation reviewOperationDate orgRole earliestActivityDate repoPermissions adminLocation email pullRequestsCount diffFromNowToCreatedAtInDays username accessLevel createdAt lastAccess fileName fileUri startLine endLine match snippet commitLink commitBy changeAuthorName mergeDate dateCommitPushed pullRequestNumber pullRequestLink codeOwners region eduVideoLink resource service accountName cloudEnv secret secretType secretTypeDescription secretStatus image imageCreatedAt pkgCount dockerVer os binariesCount tag reputation sha256 size pushedAt source sourceLink ruleId realMatch excludedByAlert filePath lockfile accountId snippetLineNumber language daysOpen isFixAvailable aggId pkgName installedVersion fixedVersion triggerPkgName triggerPkgVersion triggerPkgUpgradeVersion dependencyType branch hashAggId repo repoCreator lastCodeDate lastAdminOperation exclusionId numberOfReposDomainAppear layer baseImage imageLink registryName project resourceGroup cloudResourceTags location locationLink parameter test cvss evidence request response dastUrl method parameterType value cluster type cloudType k8sType consoleLink name subscriptionId stringifiedClusters aggStatus falsePositive { isFalsePositive comment reportedBy reportedAt isCanceled cancelComment canceledBy canceledAt commentWhenCanceled } cbomId prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } triage { triageStatus createdBy createdAt } runtimeStatus eventCount pod parentProcess process processPath command connection eventArgs eventFlags } } recommendation multipleRecommendation { type steps { title command postCommandExplanation } } sourceTools ruleId fixes { settingType tooltip description warning confirmation inputs { type name options { name selected metadata info displayName isDisabled } multiSelect maxSelect minSelect displayName } } fixAppliedDeatils { appliedBy appliedDate } cwe fixLink cweList { name description url } dependencyChain publicExploitLink createdAt tickets { provider ticketId createdBy issueId issueName appName appId category assignee reporter link project issueType key } slackNotification { channelName timestamp } messages { messagingVendor recipients { name id type } createdAt } fixIssue { fixType fixTitle fixDescription isFixApplied fixAppliedBy sourceControlType fixDate } requestContent responseContent autoFix { fixType fixTitle fixDescription isFixApplied fixAppliedBy sourceControlType fixDate } lowerSeverityReason severityChange originalToolSeverity scaVulnerabilities { issueId oxSeverity severityNumberFromTool severityFromTool cve cveLink cvsVer cvssVersion epss percentile libName dependencyChain runtimeStatus runtimeContext { runtimeStatus cloudContexts { provider accountId region clusterName namespace containerRuntime } } libVersion chainDepth exploitInTheWild exploitInTheWildLink description dateDiscovered minorVerWithFix majorVerWithFix exploitRequirement exploitCode originalSeverity } dependencyGraphNodes { id name width height vulnerable } dependencyGraphEdges { v w } scaTriggerPkg scaTriggerPkgs { scaTriggerPkg fileName } pkgSemanticVersion severityChangeReason severityChangedReason { changeNumber withoutAutoNumbering evidenceLabel reason shortName changeCategory extraInfo { key value link snippet { snippetLineNumber language text fileName } iconLink callBranch } extraInfoContainer { layerSha layerNum artifactName sha registryName } order } aggSeverityExplanation isNew newReason aggSFsForCalcDisplay { changeNumber withoutAutoNumbering evidenceLabel reason shortName changeCategory extraInfo { key value link snippet { snippetLineNumber language text fileName } iconLink callBranch } extraInfoContainer { layerSha layerNum artifactName sha registryName } order } resolvedIssueDate isPRAvailable cicdFields { issueStatus sourceBranch targetBranch jobId jobTriggeredAt jobTriggeredAtDate jobTriggeredBy jobTriggeredReason jobUrl pullRequestId pullRequestUrl enforcement excludedByAlert cicdEventType workflows { id name } } comment comments { commentId text authorId authorEmail authorName createdAt updatedAt } excludedByAlert excludedByPolicy excludedByApp countRule exclusionId languageInfo { name version } isMonoRepoChild monoRepoParent isFixAvailable isFixApplied isGPTFixAvailable oscarData { name description url id } gptInfo { gptResponse user createdAt } prDeatils { sourceControlType issueId appId repo prId prURL prBranchName commitMessage commiter comment date prTitle prBody prStatus prApprover prReviewer prMergeTime } tags { tagId name email displayName tagType createdBy purpose deploymentModel tagCategory } originalSeverity overrideSeverity isFalsePositive falsePositiveComment isCanceledFalsePositive cancelFalsePositiveComment falsePositiveDetails { canceledBy reportedBy commentWhenCanceled aggregationsStatus } issueStatus scanIssueStatus resolvedReason resolvedDetails resolvedReasonDetails { description } disappearedReason disappearedDetails disappearedReasonDetails { description } disappearedDate correlatedIssueId correlatedRegistry scaFixType previousSeverity { severity severityChangedDate } version severityFactorsDiff { shortName change status } exposedByApiItems { apiId codeLocations { link callBranch } } originBranchName exclusionComment exclusionExpiredAt problematicPkg serverlessDeploymentOperation { userIdentity { type principalId arn accountId accessKeyId sessionContext { sessionIssuer { type principalId arn accountId userName } attributes { creationDate mfaAuthenticated } } } deploymentTime sourceIPAddress userAgent connectedFromConsole location linkToCode functionName functionArn internalFunctionName cloudRegion version revisionId codeSha256 entryPoint codeSize memorySize timeout runtime runtimeVersionConfig { runtimeVersionArn } architectures role recipientAccountId description } eventFromExternalTool issueOwners { name email } overrideIssueOwner originalIssueOwners { name email } cveExclusions { label recommended tooltip type id oxRuleId level excludeBy uidOnly isDefault ffKey exclusionScope } } totalIssues totalFilteredIssues totalResolvedIssues offset totalActiveIssues selectedPosition topOffset cursorValue } }'

response = requests.post(
  "https://api.cloud.ox.security/api/apollo-gateway",
  headers={
    "Content-Type": "application/json",
    "Authorization": "YOUR_API_TOKEN"
  },
  json={
    "query": query,
    # This is an example input showing all available input fields. Only fields marked as required in the schema are mandatory.
    "variables": {
      "getIssuesInput": {
        "scanID": "",
        "limit": 100,
        "page": 1,
        "search": [
          {
            "fieldName": "example",
            "value": ["example"]
          }
        ],
        "offset": 0,
        "sort": {
          "fields": ["Category"],
          "order": ["ASC"]
        },
        "owners": ["example"],
        "tagIds": ["example"],
        "inventoryFilters": ["New"],
        "dateRange": {
          "from": 1749000000000,
          "to": 1749900000000
        },
        "limitAggItems": 42,
        "offsetAggItems": 42,
        "ignoreEnvCheck": true,
        "exportsOptions": {
          "flattenAgg": true,
          "isDemoEnabled": true,
          "name": "SomeName",
          "columns": [
            {
              "key": "Severity",
              "name": "SomeName"
            }
          ],
          "rowsLimit": 42
        },
        "issueId": "30966426-oxPolicy_securityCloudScan_100-example",
        "topOffset": 42,
        "topLevelSearch": "example",
        "scrollDirection": "example",
        "openItems": ["digest"],
        "conditionalFilters": [
          {
            "condition": "AND",
            "fieldName": "digest",
            "values": ["example"],
            "greaterThan": 13.37,
            "lessThan": 13.37
          }
        ],
        "cursorValue": "example"
      }
    }
  }
)

if response.status_code == 200:
    result = response.json()
    print(result)
else:
    print(f"Error: {response.status_code}")
    print(response.text)
```

{% endtab %}
{% endtabs %}

### Arguments

You can use the following argument(s) to customize your `getIssues` query.

| Argument                                                                                                 | Description                                                                                                                             | Supported fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| getIssuesInput [`IssuesInput`](/api-documentation/api-reference/api--issue/types/inputs/issues-input.md) | Parameters for filtering, sorting, and paginating the issues list, including search criteria, severity filters, and display preferences | <p>scanID <code>String</code><br>limit <code>Int!</code><br>page <code>Int</code><br>search <a href="/pages/501RBby5Vj4iETTOR8n2"><code>\[AutoCompleteSearch]</code></a><br>offset <code>Int</code><br><del>filters</del> <a href="/pages/b1ln4TUIKkW3OdHqVDxv"><del><code>IssueFilters</code></del></a> ⚠️<br>sort <a href="/pages/WZInr0wZT9EJfD9x2w7D"><code>IssuesSort</code></a><br>owners <code>\[String]</code><br>tagIds <code>\[String]</code><br>inventoryFilters <a href="/pages/1wU0FLgHFHk68mk89IhW"><code>\[InventoryTypes]</code></a><br>dateRange <a href="/pages/ttgam4SI9scLHqwZwgrD"><code>DateRange</code></a><br>limitAggItems <code>Int</code><br>offsetAggItems <code>Int</code><br>ignoreEnvCheck <code>Boolean</code><br>exportsOptions <a href="/pages/6m4O5cKIOl582LE8ucAo"><code>IssuesExportOptions</code></a><br>issueId <code>String</code><br>topOffset <code>Int</code><br>topLevelSearch <code>String</code><br>scrollDirection <code>String</code><br>openItems <a href="/pages/43jgm6P5kcKgBM8FmTho"><code>\[FilterTypes]</code></a><br>conditionalFilters <a href="/pages/yu4aziJRLZg2CcFaodVJ"><code>\[ConditionalFilters]</code></a><br>cursorValue <code>String</code></p> |

### Fields

Return type: [`IssuesResponse`](/api-documentation/api-reference/api--issue/types/objects/issues-response.md)

You can use the following field(s) to specify what information your `getIssues` query will return. Please note that some fields may have their own subfields.

| Field                                                                                  | Description                                                                                                                                                                                                                                                                                    | Supported fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| issues [`[Issue]`](/api-documentation/api-reference/api--issue/types/objects/issue.md) | List of issues or alerts associated with the query                                                                                                                                                                                                                                             | <p>importantSeverityBreakdown <code>\[String]</code><br><del>isCVERelated <code>Boolean</code></del> ⚠️<br>overrideSeverityReason <code>String</code><br>highestOXCVESeverity <code>String</code><br>latestCommit <a href="/pages/qtQ419j9kTwV2hyO7lIi"><code>AggItem</code></a><br>additionalTabs <a href="/pages/hhEZcXh7QiJoHxaDJjqn"><code>\[AdditionalTab]</code></a><br>issueDetailsHeaders <a href="/pages/Rl0CaBejG2WaAPtPhlqe"><code>\[IssueDetailsTabs]</code></a><br>compliance <a href="/pages/N3M2WP8qfgkQTnf6GZL4"><code>\[ComplianceItem]</code></a><br>sbom <a href="/pages/97ytlNnkBKUZwvsdzBD5"><code>SbomLib</code></a><br>dependencyGraph <a href="/pages/eVGqZJrzGwV7BCt7edGb"><code>SbomDependencyGraphResponse</code></a><br>groupId <code>String</code><br>name <code>String</code><br>mainTitle <code>String</code><br>secondTitle <code>String</code><br>scanId <code>String</code><br><del>created <code>Float</code></del> ⚠️<br>sla <a href="/pages/BB4sNOQFkhlTEiEuIUMQ"><code>SlaData</code></a><br>issueUpdatedAt <code>Float</code><br>scanDate <code>Float</code><br>description <code>String</code><br>impact <code>String</code><br>exposure <code>String</code><br>severity <code>String</code><br>owners <code>\[String]</code><br>ownerEmails <code>\[String]</code><br>occurrences <code>Int</code><br>score <a href="/pages/AznfooCnKCR7TC9R817R"><code>IssueScore</code></a><br>orgConScore <code>Float</code><br>connector <code>String</code><br>learnMore <code>\[String]</code><br>extraInfo <a href="/pages/jO4kKBszTXcC8uWDgvKR"><code>\[ExtraInfo]</code></a><br>resource <a href="/pages/3sSt87SgoW3VbXG5jUcT"><code>IssueResource</code></a><br>appName <code>String</code><br>app <a href="/pages/FpbKjnISYjlQqixBzLGa"><code>IAppsInfo</code></a><br>policy <a href="/pages/uqozHSLYD1IGjehFNasc"><code>IPolicy</code></a><br>issueId <code>String</code><br>category <a href="/pages/dDFGXKMa5IghoMCOksMT"><code>ICategory</code></a><br>aggregations <a href="/pages/c5ehxrxjYH62TuhL2QbK"><code>IAggregations</code></a><br>recommendation <code>String</code><br>multipleRecommendation <a href="/pages/97mmR7lzc4YdTJdjHlPC"><code>\[RecommendationType]</code></a><br>sourceTools <code>\[String]</code><br>ruleId <code>String</code><br>fixes <a href="/pages/aey8riWEnmmXtGrAbDWC"><code>PolicyFix</code></a><br>fixAppliedDeatils <a href="/pages/rPHFQdozZwmguTzHWgrE"><code>FixAppliedDeatils</code></a><br>cwe <code>\[String]</code><br>fixLink <code>String</code><br>cweList <a href="/pages/XnKxdRohDUS3MnPKvz0S"><code>\[CweList]</code></a><br>dependencyChain <code>\[String]</code><br>publicExploitLink <code>String</code><br>createdAt <code>Float</code><br>tickets <a href="/pages/2sNfE7GGOThme2t3pPTu"><code>\[Ticket]</code></a><br>slackNotification <a href="/pages/eqZXWscmzxfFRCwgYytg"><code>\[SlackNotification]</code></a><br>messages <a href="/pages/5lJ3tmyoN29WOmvv6Rvk"><code>\[IssueMessage]</code></a><br>fixIssue <a href="/pages/loUk3gyI3jOwLVohcN6C"><code>FixIssue</code></a><br>requestContent <code>String</code><br>responseContent <code>String</code><br>autoFix <a href="/pages/loUk3gyI3jOwLVohcN6C"><code>FixIssue</code></a><br>lowerSeverityReason <code>\[String]</code><br>severityChange <code>String</code><br>originalToolSeverity <code>String</code><br>scaVulnerabilities <a href="/pages/5KHE3dQDKSyZrdCzOTGU"><code>\[SCAVulnerability]</code></a><br>dependencyGraphNodes <a href="/pages/vicpncQqcohB6EEUErSg"><code>\[DependencyNode]</code></a><br>dependencyGraphEdges <a href="/pages/XEzOjlZt0vhIsNnnDe97"><code>\[DependencyEdge]</code></a><br>scaTriggerPkg <code>String</code><br>scaTriggerPkgs <a href="/pages/oGA9E7NVVOvXIorbnJB3"><code>\[TriggerPackage]</code></a><br>pkgSemanticVersion <code>String</code><br><del>graphExist <code>Boolean</code></del> ⚠️<br>severityChangeReason <code>\[String]</code><br>severityChangedReason <a href="/pages/s0O8ilFKeXf8UPfulqaX"><code>\[SeverityChangedReason]</code></a><br>aggSeverityExplanation <code>String</code><br>isNew <code>Boolean</code><br>newReason <code>String</code><br>aggSFsForCalcDisplay <a href="/pages/s0O8ilFKeXf8UPfulqaX"><code>\[SeverityChangedReason]</code></a><br>resolvedIssueDate <code>Float</code><br>isPRAvailable <code>Boolean</code><br>cicdFields <a href="/pages/Tun49ItVz7c3MFZl1Uyh"><code>CICDFields</code></a><br>comment <code>String</code><br>comments <a href="/pages/YwSuil8ffsGB57qNwDa0"><code>\[IssueComment]</code></a><br>excludedByAlert <code>Boolean</code><br>excludedByPolicy <code>Boolean</code><br>excludedByApp <code>Boolean</code><br>countRule <a href="/pages/f0KmEyOSXH7FizXf5RPS"><code>CountRule</code></a><br>exclusionId <code>String</code><br>languageInfo <a href="/pages/Excuz6e3nZganyV3Qutt"><code>LanguageInfo</code></a><br>isMonoRepoChild <code>Boolean</code><br>monoRepoParent <code>String</code><br>isFixAvailable <code>Boolean</code><br>isFixApplied <code>Boolean</code><br>isGPTFixAvailable <code>Boolean</code><br>oscarData <a href="/pages/GedQNATOfn0B3LTjqIbr"><code>\[OscarItem]</code></a><br>gptInfo <a href="/pages/s1HDGygohEiqFQMbUMnF"><code>GPTInfo</code></a><br>prDeatils <a href="/pages/7Zo3euT8hvI4wJmSBCnT"><code>PullRequest</code></a><br>tags <a href="/pages/xSif8l8ftamZvBF61AHk"><code>\[AppTag]</code></a><br>originalSeverity <code>Int</code><br>overrideSeverity <code>Boolean</code><br>isFalsePositive <code>Boolean</code><br>falsePositiveComment <code>String</code><br>isCanceledFalsePositive <code>Boolean</code><br>cancelFalsePositiveComment <code>String</code><br>falsePositiveDetails <a href="/pages/WJnSHUfrw2AF9WfUbIyl"><code>FalsePositiveDetails</code></a><br>issueStatus <a href="/pages/G38jKgPFKTCigNn4zhje"><code>IssueStatus</code></a><br>scanIssueStatus <a href="/pages/G38jKgPFKTCigNn4zhje"><code>IssueStatus</code></a><br>resolvedReason <code>String</code><br>resolvedDetails <code>String</code><br>resolvedReasonDetails <a href="/pages/qrBxWXmk65pd1sZVH2gJ"><code>ReasonDetails</code></a><br>disappearedReason <code>String</code><br>disappearedDetails <code>String</code><br>disappearedReasonDetails <a href="/pages/qrBxWXmk65pd1sZVH2gJ"><code>ReasonDetails</code></a><br>disappearedDate <code>Float</code><br>correlatedIssueId <code>String</code><br>correlatedRegistry <code>String</code><br>scaFixType <a href="/pages/M8euFY5oCnc4whnZyxP8"><code>ScaFixType</code></a><br>previousSeverity <a href="/pages/7sie3tYDaSwJHuApiPzK"><code>PrevSeverity</code></a><br>version <code>String</code><br>severityFactorsDiff <a href="/pages/UXlyb6Y4X9zBOXBdAG4T"><code>\[SeverityFactorsDiff]</code></a><br>exposedByApiItems <a href="/pages/JgX8yqiMMib7eDn91eCs"><code>\[ExposedByApiItem]</code></a><br>originBranchName <code>String</code><br>exclusionComment <code>String</code><br>exclusionExpiredAt <code>Date</code><br>problematicPkg <code>String</code><br>serverlessDeploymentOperation <a href="/pages/VamhgonaJr6HyggqGXkx"><code>ServerlessDeploymentOperation</code></a><br>eventFromExternalTool <code>Boolean</code><br>issueOwners <a href="/pages/0GbQitGcyuzBTexVZndN"><code>\[IOwner]</code></a><br>overrideIssueOwner <code>Boolean</code><br>originalIssueOwners <a href="/pages/0GbQitGcyuzBTexVZndN"><code>\[IOwner]</code></a><br>cveExclusions <a href="/pages/nqvN95skSkMxORXeyFq3"><code>\[RecommendedExclusions]</code></a></p> |
| totalIssues `Int`                                                                      | Total count of issues without any filters applied                                                                                                                                                                                                                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| totalFilteredIssues `Int`                                                              | Total count of issues considering applied filters                                                                                                                                                                                                                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| totalResolvedIssues `Int`                                                              | Total count of resolved issues                                                                                                                                                                                                                                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| offset `Int`                                                                           | Offset value to skip records in paginated responses                                                                                                                                                                                                                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| totalActiveIssues `Int`                                                                | Total count of active issues                                                                                                                                                                                                                                                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| selectedPosition `Int`                                                                 | Selected position in the issue list                                                                                                                                                                                                                                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| topOffset `Int`                                                                        | Offset value used for top-level pagination                                                                                                                                                                                                                                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| cursorValue `String`                                                                   | A value returned by the API that represents the position of the last item in the previous page. Use this value to paginate efficiently through the results. Pass the cursorValue from the previous API response to fetch the next page of results. If omitted, the API returns the first page. |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ox.security/api-documentation/api-reference/api--issue/queries/get-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
