---
title: List
url: https://docs.vultr.com/reference/vultr-cli/billing/history/list
description: Displays a chronological list of your Vultr accounts billing transactions, including invoices and payments.
publish_date: 2025-09-14T03:01:34.864343Z
last_updated: 2025-11-07T17:39:29.694024Z
---

The `vultr-cli billing history list` command displays your account's billing transaction history, showing past charges, payments, and credits in a chronological list format.

## Usage

```console
$ vultr-cli billing history list [flags]
```

## Examples

```console
# Full example
$ vultr-cli billing history list

# Shortened with alias commands
$ vultr-cli billing h l
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -c | --cursor | (optional) Cursor for paging. |
| -p | --per-page | (optional) Number of items requested per page. Default is 100 and Max is 500. |