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

# detail

The billing history detail command displays a detailed breakdown of the billing history for a specific day in a project. It includes individual charges, usage costs, and transactions recorded on the selected date.

## Usage

```
cldkctl billing history detail [project id] [date] [flags]
```

## Steps

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

1. Identify your Project ID from the project list.
2. Optionally, include the --base-url flag if you want to specify an environment manually.
3. Run the following command in your terminal:

```
cldkctl billing history detail [project id] [date]
```

4. Review the detailed billing report displayed in the terminal.

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

| Column         | Description                                                      |
| -------------- | ---------------------------------------------------------------- |
| SERVICE NAME   | The name of the resource type (e.g., CPU, RAM, GPU, etc.).       |
| SPECIFICATION  | The amount of the resource used within the day.                  |
| PRICE          | The unit price per hour for the service.                         |
| BILLING TYPE   | The billing model used, such as PPU (Pay Per Use).               |
| USAGE          | Total time or amount of resource usage during the selected date. |
| DISCOUNT       | Discount percentage (if applicable).                             |
| DISCOUNT VALUE | Monetary value of the discount applied.                          |
| BILLED         | The final billed amount after discount.                          |

## Flags

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

| Flag       | Description                                     |
| ---------- | ----------------------------------------------- |
| -h, --help | Help for the billing history detail subcommand. |
