---
title: List
url: https://docs.vultr.com/reference/vultr-cli/billing/invoice/list
description: View your Vultr billing history with a comprehensive list of invoices and payment transactions.
publish_date: 2025-09-14T03:01:40.393248Z
last_updated: 2025-11-07T17:39:38.957325Z
---

The `vultr-cli billing invoice list` command displays a list of your Vultr billing invoices, allowing you to view your payment history and transaction details.

## Usage

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

## Examples

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

# Shortened with alias commands
$ vultr-cli billing i 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. |