---
title: "List CreditNotes"
method: GET
path: "/accounting/creditnotes"
tags: ["accounting/creditnotes"]
---

# List CreditNotes

`GET /accounting/creditnotes`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required

## Changes

- **2024-08-11** `04b9c7ceedbf` — 21 warning
  - removed the optional property `allOf[subschema #2]/data/items/accounting_period_id` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/items/applied_payments` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/items/company_id` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/items/contact_id` from the response with the `200` status
  - …17 more
- **2024-08-10** `f4029106f69f` — 21 info
  - added the optional property `allOf[subschema #2]/data/items/accounting_period_id` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/items/applied_payments` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/items/company_id` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/items/contact_id` to the response with the `200` status
  - …17 more
- **2024-08-09** `c3d85dda63e0` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was added
- **2024-08-08** `d33d911413f7` — 1 breaking
  - for the `query` request parameter `limit`, default value `30` was removed
- **2024-08-07** `65d2ea9683f6` — 1 breaking
  - for the `query` request parameter `limit`, default value `30` was added

[Change history](https://skmtc.dev/panoratech/apis/panora-api/changes/accounting/creditnotes/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api/revisions/04b9c7ceedbf/schema)
