> 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-voucher-trial/voucher-trial-list.md).

# voucher-trial list

The voucher-trial list command displays all trial vouchers that have been successfully claimed for your project. This command provides detailed information such as the voucher code, project name, claim date, and expiration date. It helps users track active or expired trial vouchers applied to their projects.

```
cldkctl voucher-trial list [flags]
```

## Alias

```
list, ls
```

## Steps

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

1. The command will only display trial vouchers that have been successfully claimed for your project. If you haven’t claimed any, the list will appear empty.
2. Run the following command in your terminal:

```
cldkctl voucher-trial list
```

3. If you are managing multiple projects, use the --project flag to display vouchers associated only with that project.
4. The command returns a table containing details for each claimed trial voucher, including its code, project name, claim date, and expiration date.

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

<table><thead><tr><th width="146.6666259765625">Column</th><th>Description</th></tr></thead><tbody><tr><td>Code</td><td>Unique identifier of the voucher. Used to reference or validate the claimed voucher.</td></tr><tr><td>Voucher</td><td>The name or label of the claimed voucher.</td></tr><tr><td>Project</td><td>The name of the project to which the voucher credit was applied.</td></tr><tr><td>Claimed At</td><td>The date when the voucher was successfully claimed.</td></tr><tr><td>Expired At</td><td>The date when the voucher credit will expire or become inactive.</td></tr></tbody></table>

## Flags

<table><thead><tr><th width="167.33331298828125">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the voucher-trial list subcommand.</td></tr><tr><td>-p, --project string</td><td>Specify a project ID to list vouchers for that specific project.</td></tr></tbody></table>

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