> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/api-documentation/api-reference/api--artifact/types/objects/artifact-info.md).

# artifactInfo

Represents detailed information about an artifact.

### Examples

```graphql
type ArtifactInfo {
  vulnDepIssues: [String]
  vulnDepBaseIssues: [String]
  vulnDepInstructionIssues: [String]
  secretIssues: [String]
  sbomIssues: [String]
  counts: IssueCounts
  id: String
  appDescription: ArtifactApplication
  artifactInfo: IArtifactInfo
  categories: [ArtifactCategories]
  artifactCategories: [ArtifactCategories]
  registryDescription: [ArtifactRegistryDescription]
  cloudData: [CloudArtifactData]
  totalIssuesBySeverity: Severities
  packages: [ArtifactPackage]
  issueSeverityBreakdown: [IssueSeverityBreakdown]
  artifactContext: [ArtifactContextCategory]
  scaSeveritySummary: Severities
}
```

### Fields

| Field                                                                                                                                                | Description                                                               | Supported fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| vulnDepIssues `[String]`                                                                                                                             | List of vulnerability dependency issue IDs                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| vulnDepBaseIssues `[String]`                                                                                                                         | List of base vulnerability dependency issue IDs                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| vulnDepInstructionIssues `[String]`                                                                                                                  | List of instruction-level vulnerability dependency issue IDs              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| secretIssues `[String]`                                                                                                                              | List of secret-related issue IDs                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| sbomIssues `[String]`                                                                                                                                | List of SBOM issue IDs                                                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| counts [`IssueCounts`](/api-documentation/api-reference/api--artifact/types/objects/issue-counts.md)                                                 | Counts of different issue types                                           | <p>vulnDepIssues <code>Int</code><br>vulnDepBaseIssues <code>Int</code><br>vulnDepInstructionIssues <code>Int</code><br>vulnDepPublicImageIssues <code>Int</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| id `String`                                                                                                                                          | Unique identifier of the artifact                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| appDescription [`ArtifactApplication`](/api-documentation/api-reference/api--artifact/types/objects/artifact-application.md)                         | Description of the artifact's application context                         | <p>appName <code>String</code><br>appType <code>String</code><br>appId <code>String</code><br>businessPriority <code>Float</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| artifactInfo [`IArtifactInfo`](/api-documentation/api-reference/api--artifact/types/objects/i-artifact-info.md)                                      | Core artifact metadata and info                                           | <p>type <a href="/pages/rGB0vPxd8ZOX8ofSiDbw"><code>ArtifactInfoTypes</code></a><br>name <code>String</code><br>version <code>String</code><br>hash <code>String</code><br>artifactIntegrity <code>String</code><br>registry <code>String</code><br>visibility <code>String</code><br>firstSeenDate <code>Float</code><br>runtime <code>Boolean</code><br>runtimeLastSeenDate <code>Float</code><br>cloudDeployed <code>Boolean</code><br>biVisibility <code>String</code><br>biName <code>String</code><br>biVersion <code>String</code><br>osName <code>String</code><br>osVersion <code>String</code></p>               |
| categories [`[ArtifactCategories]`](/api-documentation/api-reference/api--artifact/types/objects/artifact-categories.md)                             | List of categories assigned to the artifact                               | <p>catId <code>String</code><br>severities <a href="/pages/slO1MlaqzcbcMdp3yvLW"><code>Severities</code></a><br>name <code>String</code><br>score <code>String</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| artifactCategories [`[ArtifactCategories]`](/api-documentation/api-reference/api--artifact/types/objects/artifact-categories.md)                     | List of artifact categories (possibly duplicates or synonyms)             | <p>catId <code>String</code><br>severities <a href="/pages/slO1MlaqzcbcMdp3yvLW"><code>Severities</code></a><br>name <code>String</code><br>score <code>String</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| registryDescription [`[ArtifactRegistryDescription]`](/api-documentation/api-reference/api--artifact/types/objects/artifact-registry-description.md) | Registry descriptions related to the artifact                             | <p>type <code>String</code><br>name <code>String</code><br>project <code>String</code><br>link <code>String</code><br>hash <code>String</code><br>tags <code>\[String]</code><br>username <code>String</code><br>userType <code>String</code><br>uploadTime <code>Float</code><br>lastUpdate <code>Float</code><br>buildTime <code>Float</code></p>                                                                                                                                                                                                                                                                        |
| cloudData [`[CloudArtifactData]`](/api-documentation/api-reference/api--artifact/types/objects/cloud-artifact-data.md)                               | Cloud-related data for the artifact                                       | <p>cloudIdentifier <code>String</code><br>link <code>String</code><br>lastExecutionTime <code>Float</code><br>lastModifiedTime <code>Float</code><br>account <code>String</code><br>accountName <code>String</code><br>zone <code>String</code><br>cluster <code>String</code><br>namespace <code>String</code><br>runtimeImageTag <code>String</code><br>instanceId <code>String</code><br>customAttributes <a href="/pages/n50MTl3TaCdh8hCrgJVd"><code>\[CustomAttribute]</code></a><br>k8sLabels <code>\[String]</code><br>cloudDescription <a href="/pages/RYVBhq0rCMpXGCXptnJT"><code>CloudDescription</code></a></p> |
| totalIssuesBySeverity [`Severities`](/api-documentation/api-reference/api--application/types/objects/severities.md)                                  | Aggregated counts of issues by severity for the artifact                  | <p>info <code>Int</code><br>low <code>Int</code><br>medium <code>Int</code><br>high <code>Int</code><br>critical <code>Int</code><br>appox <code>Int</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| packages [`[ArtifactPackage]`](/api-documentation/api-reference/api--artifact/types/objects/artifact-package.md)                                     | List of packages included in the artifact                                 | <p>appId <code>String</code><br>appName <code>String</code><br>repoName <code>String</code><br>link <code>String</code><br>type <code>String</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| issueSeverityBreakdown [`[IssueSeverityBreakdown]`](/api-documentation/api-reference/api--artifact/types/objects/issue-severity-breakdown.md)        | Issue severity breakdown for the artifact                                 | <p>name <code>String</code><br>tab <code>String</code><br>severities <a href="/pages/slO1MlaqzcbcMdp3yvLW"><code>Severities</code></a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| artifactContext [`[ArtifactContextCategory]`](/api-documentation/api-reference/api--artifact/types/objects/artifact-context-category.md)             | Context categories for the artifact (reachability, exportability, damage) | <p>name <code>String</code><br>icon <code>String</code><br>items <a href="/pages/kHRcXwNtGQ3Krc8pVejQ"><code>\[ArtifactContextItem]</code></a></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| scaSeveritySummary [`Severities`](/api-documentation/api-reference/api--application/types/objects/severities.md)                                     | Sca issues summary                                                        | <p>info <code>Int</code><br>low <code>Int</code><br>medium <code>Int</code><br>high <code>Int</code><br>critical <code>Int</code><br>appox <code>Int</code></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                            |

### References

#### Queries using this object:

* [\<?> getArtifact](/api-documentation/api-reference/api--artifact/queries/get-artifact.md)

#### Fields with this object:

* [{} ArtifactsResponse.artifacts](/api-documentation/api-reference/api--artifact/types/objects/artifacts-response.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ox.security/api-documentation/api-reference/api--artifact/types/objects/artifact-info.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
