---
title: "Export invoices as CSV"
method: GET
path: "/v1/invoices/export"
tags: ["Invoices"]
---

# Export invoices as CSV

`GET /v1/invoices/export`

Streams a CSV of the caller org's invoices (same filters as the cursor list; up to 1000 rows per call).

## Query parameters

- `status` 'draft' | 'open' | 'paid' | 'uncollectible' | 'void'
- `customer_id` string
- `starting_after` string
- `limit` integer

## Response `200`

CSV export of the org's invoices

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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