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


---

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