---
title: "List invoice notes"
method: GET
path: "/invoice-notes"
tags: ["Invoice Notes"]
---

# List invoice notes

`GET /invoice-notes`

Retrieve all invoice notes

## Query parameters

- `name` string
- `filters` object
- `sort[asc]` 'name'
- `sort[desc]` 'name'
- `page` integer
- `per_page` integer

## Response `200`

Successful operation

- object
  - `message` string
  - `invoice_notes` object[]
    - `id` integer
    - `name` string
    - `description` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/app4legal/apis/a4l-money-api.md) · [All operations](https://skmtc.net/app4legal/apis/a4l-money-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/app4legal/a4l-money-api/revisions/e0d144609998/schema)
