---
title: "Retrieve an Invoice CSV by UUID"
method: GET
path: "/v2/customers/my/invoices/{invoice_uuid}/csv"
tags: ["DigitalOcean-public.v2-new_Billing"]
---

# Retrieve an Invoice CSV by UUID

`GET /v2/customers/my/invoices/{invoice_uuid}/csv`

To retrieve a CSV for an invoice, send a GET request to `/v2/customers/my/invoices/$INVOICE_UUID/csv`.

## Path parameters

- `invoice_uuid` string, required

## Response `200`

The response will be a CSV file.

## 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/versions/cb3bf9b21459/schema)
