> 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-billing/invoice.md).

# Invoice

The billing invoice command retrieves and lists invoices related to a project's billing. It provides invoice details such as amounts and payment status.

## Usage

```
cldkctl billing invoice [project id] [flags]
```

```
cldkctl billing invoice [command]
```

## Available Commands

| Command | Description         |
| ------- | ------------------- |
| detail  | View invoice detail |

## Steps

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

1. Run the following command in your terminal:

```
cldkctl billing invoice
```

2. The command will return a list of invoices associated with the specified project.

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

| Column         | Description                                                                   |
| -------------- | ----------------------------------------------------------------------------- |
| Date           | The issue date of the invoice (shown in DD Month YYYY format).                |
| Invoice Number | The unique identifier assigned to each invoice.                               |
| Project Name   | The name of the project associated with the invoice record.                   |
| Payment Method | Indicates the payment type used (e.g., POSTPAID, PREPAID).                    |
| Billed         | The total billed amount on the invoice, displayed in Indonesian Rupiah (IDR). |
| Status         | Shows the current payment status of the invoice (PAID, UNPAID, or PENDING).   |

## 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 billing invoice subcommand. |
