---
title: "List all Credit Note Line Item Groups"
method: GET
path: "/credit-notes/{creditnote}/line-item-groups"
tags: ["Credit Note Line Items"]
---

# List all Credit Note Line Item Groups

`GET /credit-notes/{creditnote}/line-item-groups`

List all Credit Note Line Item Groups

## Path parameters

- `creditnote` string, required

## Query parameters

- `before` string
- `after` string
- `limit` integer
- `sortOrder` 'ASC' | 'DESC'

## Headers

- `Authorization` string, required
- `sequence-version` '2024-07-30'

## Response `200`

OK

- ListCreditNoteLineItemGroupEndpointProductListCreditNoteLineItemGroupPaginatedResponseModel
  - `items` ListCreditNoteLineItemGroupEndpointProductListCreditNoteLineItemGroupResponseModel[], required — CreditNoteLineItemGroups
    - `id` string, required — Credit Note Line Item Group ID
    - `creditNoteId` string, required — Credit Note ID
    - `lineItemGroupId` string — Line Item Group ID
    - `title` string, required — Credit Note Line Item Group Title
    - `description` string — Credit Note Line Item Group Description
    - `index` integer, required — Index (for maintaining order)
    - `netTotal` string, required — Net total
    - `totalTax` string, required — Total tax
    - `grossTotal` string, required — Gross total
  - `pagination` PaginationMeta, required — Results pagination
    - `after` string — Cursor for the page after this (if it exists)
    - `before` string — Cursor for the page before this (if it exists)
    - `totalResultSize` integer — Total number of entries across all pages

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/sequencehq/apis/sequence.md) · [All operations](https://skmtc.net/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequencehq/sequence/versions/cae64b02699f/schema)
