# 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. |


---

# 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.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-registry/artifact/list.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.
