> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-registry/artifact/list.md).

# list

The cldkctl registry artifact list command displays a list of all artifacts stored in the container registry. This command shows artifact IDs, tags, sizes, vulnerabilities, annotations, and related repository information.

## Usage

```
cldkctl registry artifact list [repository name] [flags]
```

## Aliases

```
list, ls
```

## Steps

Follow the steps below to run and view the result of this command:

1. Ensure that you are logged in. Refer to the Registry Login section.
2. Identify the Repository Name whose artifacts you want to view. Refer to the Registry Repo List section.
3. Run the following command in your terminal and replace \[registry name] with your target registry and \[repository name] with the repository you want to inspect.

```
cldkctl --registry [registry name] registry artifact list [repository name]
```

4. Once successful, the terminal displays "✓ Artifact list retrieved" followed by the list of artifacts.

<figure><img src="/files/qPhlm5UTX5zCXtG7lbiz" alt=""><figcaption></figcaption></figure>

| Column          | Description                                                             |
| --------------- | ----------------------------------------------------------------------- |
| ID              | The unique identifier of the artifact stored in the registry.           |
| Artifact        | The SHA or digest reference of the artifact.                            |
| Tag             | The version tag assigned to the artifact.                               |
| Signed          | Indicates whether the artifact is cryptographically signed.             |
| Size            | The total file size of the artifact.                                    |
| Vulnerabilities | Displays vulnerability summary including total issues and fixable ones. |
| Annotations     | Provides notes or metadata describing the artifact.                     |
| Labels          | Shows labels associated with the artifact.                              |
| Push Time       | The date and time when the artifact was uploaded to the registry.       |
| Pull Time       | The date and time when the artifact was last accessed or downloaded.    |

## Flags

{% hint style="info" %}
This command supports [global flags](/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details
{% endhint %}

| Flag       | Description                                  |
| ---------- | -------------------------------------------- |
| -h, --help | Help for the registry artifact list command. |
