<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-billing-cost-list"></a>

# confluent billing cost list

## Description

List Confluent Cloud daily aggregated costs for a specific range of dates.

```none
confluent billing cost list --start-date <start-date> --end-date <end-date> [flags]
```

## Flags

```none
    --start-date string   REQUIRED: Start date.
    --end-date string     REQUIRED: End date.
-o, --output string       Specify the output format as "human", "json", or "yaml". (default "human")
```

## Global Flags

```none
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
```

## Examples

List billing costs from 2023-01-01 to 2023-01-10:

```none
confluent billing cost list --start-date 2023-01-01 --end-date 2023-01-10
```

## See Also

* [confluent billing cost](index.md#confluent-billing-cost) - List Confluent Cloud billing costs.
