---
title: "Retrieve List of All Sales Invoices"
method: GET
path: "/sales-invoices/all"
---

# Retrieve List of All Sales Invoices

`GET /sales-invoices/all`

## Query parameters

- `status` 'paid' | 'partially_paid'
- `limit` integer
- `offset` integer
- `start_date` string
- `end_date` string
- `order_by` 'asc' | 'desc'

## Response `200`

200

- object
  - `invoices` object[]
    - `uuid` string
    - `number` string
    - `invoice_date` string
    - `status` integer
    - `links` object[]
      - `rel` string
      - `href` string
      - `type` string
      - `kind` string
  - `limit` integer
  - `offset` integer
  - `total_records` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/paper/apis/version-1.md) · [All operations](https://skmtc.net/paper/apis/version-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paper/version-1/revisions/3c426ced31a3/schema)
