---
title: History
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[Billing](https://developers.cloudflare.com/api/typescript/resources/billing)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# History

##### [Get Account Billing History](https://developers.cloudflare.com/api/typescript/resources/billing/subresources/history/methods/list)

client.billing.history.list(HistoryListParams { account\_id, page, per\_page, status } params, RequestOptionsoptions?): V4PagePaginationArray<[HistoryListResponse](https://developers.cloudflare.com/api/typescript/resources/billing#%28resource%29%20billing.history%20%3E%20%28model%29%20history%5Flist%5Fresponse%20%3E%20%28schema%29) { id, action, amount, 12 more } \>

GET/accounts/{account\_id}/billing/history

##### ModelsExpand Collapse 

HistoryListResponse { id, action, amount, 12 more } 

id?: string

Billing history item identifier.

action?: string

The billing item action.

amount?: number

The amount associated with this billing item.

amount\_to\_pay?: number

The amount remaining to pay.

currency?: string

The currency of the billing item.

description?: string

The billing item description.

external\_invoice\_id?: string

The external invoice identifier.

hosted\_invoice\_url?: string

URL to the hosted invoice.

invoice\_id?: string

The associated invoice identifier.

occurred\_at?: string

When the billing event occurred.

formatdate-time

receipt\_id?: string

The associated receipt identifier.

source?: string

The source of the billing item.

source\_invoice\_id?: string

The source invoice identifier.

status?: string

The status of the billing item.

type?: string

The billing item type.