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

# voucher-credit list

The voucher-credit list command displays a list of credit vouchers that have been successfully claimed for your project. It provides detailed information such as the voucher ID, project name, credit amount, remaining balance, and expiration date. Use this command to monitor active, used, or expired vouchers linked to your project account.

## Usage

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

## Aliases

```
list, ls
```

## Steps

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

1. The command will only display 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.

```bash
cldkctl voucher-credit list
```

3. If you are managing multiple projects, use the --project flag to display vouchers associated only with that project.
4. The output displays each claimed voucher with its type, status, total credit, remaining balance, and expiration date.

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

<table><thead><tr><th width="169.33331298828125">Column</th><th>Description</th></tr></thead><tbody><tr><td>Code</td><td>Unique identifier of 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 project name associated with the claimed voucher.</td></tr><tr><td>Type</td><td>Indicates the voucher category.</td></tr><tr><td>Status</td><td>Current status of the voucher.</td></tr><tr><td>Amount</td><td>The initial total value of the claimed voucher.</td></tr><tr><td>Remaining Amount</td><td>The remaining credit that is still available for use.</td></tr><tr><td>Valid Until</td><td>The expiration date of the voucher; after this date, unused credits become invalid.</td></tr></tbody></table>

## Flags

<table><thead><tr><th width="165.33331298828125">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the voucher-credit list subcommand.</td></tr></tbody></table>

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