---
title: "List Invoices"
method: GET
path: "/v1/invoices"
---

# List Invoices

`GET /v1/invoices`

## Query parameters

- `nextToken` string
- `limit` integer

## Response `200`

200

- object
  - `data` object[]
    - `collectionMethod` string
    - `createdAt` string
    - `currency` string
    - `dueDate` string
    - `id` string
    - `lineItems` object[]
      - `amount` integer
      - `description` string
      - `quantity` integer
    - `memo` string
    - `number` string
    - `object` string
    - `recipientId` string
    - `clientId` string
    - `companyId` string
    - `sentDate` string
    - `status` string
    - `taxAmount` integer
    - `taxPercentage` number
    - `total` integer
    - `receiptNumber` string
    - `receiptUrl` string
    - `fileUrl` string
    - `billingReason` string
    - `paymentMethodPreferences` object[]
      - `type` string
      - `feePaidByClient` boolean
    - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/revisions/28a9e7d13a8c/schema)
