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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guidance-for-individual/cloudeka-api-list/command-reference/cldkctl-billing/history/detail.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.
