---
title: "List Invoices"
method: GET
path: "/v1/organizations/{organizationSlug}/invoices"
---

# List Invoices

`GET /v1/organizations/{organizationSlug}/invoices`

Returns a list of invoices for the organization.

## Path parameters

- `organizationSlug` string, required

## Query parameters

- `type` 'all' | 'upcoming' | 'issued'

## Response `200`

Successful response

- object
  - `invoices` object[] — The list of invoices for the organization.
    - `invoice_number` string — The unique ID for the invoice.
    - `amount_due` string — The formatted price in USD for the invoice.
    - `due_date` string — The due date for the invoice.
    - `paid_at` string — The date the invoice was paid.
    - `payment_failed_at` string — The date the invoice payment last failed.
    - `invoice_pdf` string — The link to the invoice PDF you can download.

---

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