# tuist bundle artifact list

Lists artifacts for a bundle.

## Arguments

### bundle-id

The ID of the bundle.

```bash
tuist bundle artifact list [bundle-id]
```

### project `Optional`

The full handle of the project. Must be in the format of account-handle/project-handle.

```bash
tuist bundle artifact list --project [project]
tuist bundle artifact list -P [project]
```

### path `Optional`

The path to the directory or a subdirectory of the project.

```bash
tuist bundle artifact list --path [path]
tuist bundle artifact list -p [path]
```

### page-size `Optional`

The number of artifacts per page. Defaults to 50.

```bash
tuist bundle artifact list --page-size [page-size]
```

### json `Optional`

The output in JSON format.

```bash
tuist bundle artifact list --json
```
