---
title: "List Billing History"
method: GET
path: "/v2/customers/my/billing_history"
tags: ["DigitalOcean-public.v2-new_Billing"]
---

# List Billing History

`GET /v2/customers/my/billing_history`

To retrieve a list of all billing history entries, send a GET request to `/v2/customers/my/billing_history`.

## Response `200`

The response will be a JSON object that contains the following attributes

- object
  - `billing_history` BillingHistory[]
    - `description` string — Description of the billing history entry.
    - `amount` string — Amount of the billing history entry.
    - `invoice_id` string — ID of the invoice associated with the billing history entry, if applicable.
    - `invoice_uuid` string — UUID of the invoice associated with the billing history entry, if applicable.
    - `date` string, date-time — Time the billing history entry occurred.
    - `type` 'ACHFailure' | 'Adjustment' | 'AttemptFailed' | 'Chargeback' | 'Credit' | 'CreditExpiration' | 'Invoice' | 'Payment' | 'Refund' | 'Reversal' — Type of billing history entry.
  - `links` PageLinks
    - `pages` union
      - ForwardLinks
        - `last` string — URI of the last page of the results.
        - `next` string — URI of the next page of the results.
      - BackwardLinks
        - `first` string — URI of the first page of the results.
        - `prev` string — URI of the previous page of the results.
      - unknown
  - `meta` MetaProperties, required — Information about the response itself.
    - `total` integer — Number of objects returned by the request.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

[API](https://skmtc.net/digitalocean/apis/digitalocean-api.md) · [All operations](https://skmtc.net/digitalocean/apis/digitalocean-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalocean/digitalocean-api/revisions/cb3bf9b21459/schema)
