> 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/guidance-for-enterprise/cloudeka-api-list/command-reference/cldkctl-balance/detail.md).

# detail

The balance detail command displays detailed balance and billing information for a specific project in Cloudeka. This includes accumulated balance, resource quota, add-ons, and transaction history.

## Usage

{% hint style="success" %}
Ensure you have authenticated using cldkctl auth before running this command.
{% endhint %}

```
cldkctl balance detail [project-id] [flags]
```

## Steps

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

1. Run the following command in your terminal.

```
cldkctl balance detail
```

2. The terminal will display the project’s billing information, including balance, resource quota, add-ons, and transaction history.

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

<table><thead><tr><th width="331.33331298828125">Column</th><th>Description</th></tr></thead><tbody><tr><td>Balance: Project ID</td><td>Unique identifier of the project.</td></tr><tr><td>Balance: Project Name</td><td>Name of the project associated with the balance.</td></tr><tr><td>Balance: Accumulated</td><td>Total accumulated cost of the project.</td></tr><tr><td>Balance: Current</td><td>The current billed amount.</td></tr><tr><td>Balance: Outstanding</td><td>Amount that remains unpaid or pending.</td></tr><tr><td>Resource Quota: Type</td><td>Type of resource (CPU, GPU, RAM).</td></tr><tr><td>Resource Quota: Name</td><td>Identifier of the resource.</td></tr><tr><td>Resource Quota: Size</td><td>Amount or capacity of each allocated resource.</td></tr><tr><td>Add Ons: Type</td><td>Add-on type (e.g., NFS, Floating IP).</td></tr><tr><td>Add Ons: Name</td><td>Add-on name.</td></tr><tr><td>Add Ons: Size</td><td>Quantity or size of the add-on used</td></tr><tr><td>Transaction History: Ref No</td><td>Unique transaction reference number.</td></tr><tr><td>Transaction History: Invoice Number</td><td>ID of the invoice.</td></tr><tr><td>Transaction History: Source</td><td>Payment type (e.g., POSTPAID).</td></tr><tr><td>Transaction History: Amount</td><td>Transaction amount in IDR.</td></tr><tr><td>Transaction History: Date</td><td>Transaction date.</td></tr><tr><td>Transaction History: Status</td><td>Transaction status (e.g., Initial, Completed).</td></tr><tr><td>Transaction History: By</td><td>Username or account that executed the transaction</td></tr></tbody></table>

## Flags

<table><thead><tr><th width="243.3333740234375">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the balance detail subcommand.</td></tr></tbody></table>

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