---
title: "Artifact"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/artifact/"
source: "https://container-registry.com/docs/harbor-api-client/model/artifact/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/artifact/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/artifact/index.md>. Site index: <https://container-registry.com/llms.txt>.


# Artifact

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | The ID of the artifact | [optional] 
**type** | **str** | The type of the artifact, e.g. image, chart, etc | [optional] 
**media_type** | **str** | The media type of the artifact | [optional] 
**manifest_media_type** | **str** | The manifest media type of the artifact | [optional] 
**project_id** | **int** | The ID of the project that the artifact belongs to | [optional] 
**repository_id** | **int** | The ID of the repository that the artifact belongs to | [optional] 
**digest** | **str** | The digest of the artifact | [optional] 
**size** | **int** | The size of the artifact | [optional] 
**icon** | **str** | The digest of the icon | [optional] 
**push_time** | **datetime** | The push time of the artifact | [optional] 
**pull_time** | **datetime** | The latest pull time of the artifact | [optional] 
**extra_attrs** | **[ExtraAttrs](../extraattrs/)** |  | [optional] 
**annotations** | **[Annotations](../annotations/)** |  | [optional] 
**references** | **[list[Reference]](../reference/)** |  | [optional] 
**tags** | **[list[Tag]](../tag/)** |  | [optional] 
**addition_links** | **[AdditionLinks](../additionlinks/)** |  | [optional] 
**labels** | **[list[Label]](../label/)** |  | [optional] 
**scan_overview** | **[ScanOverview](../scanoverview/)** | The overview of the scan result. | [optional] 
**accessories** | **[list[Accessory]](../accessory/)** |  | [optional] 



