---
title: "List debit note line items"
method: GET
path: "/debit-notes/{debit_note_id}/line-items/"
tags: ["Debit Note Line Items"]
---

# List debit note line items

`GET /debit-notes/{debit_note_id}/line-items/`

Endpoint for retrieving a list of debit note line items.

## Path parameters

- `debit_note_id` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

- PaginatedDebitNoteLineItemList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` DebitNoteLineItem[], required
    - `account` string, required — The account associated with this line item.
    - `cost_center` string — The cost center associated with this line item.
    - `created_ts` string, date-time, required — The timestamp in UTC when the line item was created.
    - `custom_fields` object — A mapping of custom field IDs to their values.
    - `description` string, required — The line item description.
    - `discount` number, double, nullable — The discount as the percentage.
    - `id` string, required — The unique identifier of the line item.
    - `item` string — The item associated with this line item.
    - `item_unit_of_measure` string, nullable — The item unit of measure for this line item.
    - `legacy_id` string, required — [Deprecated] The legacy identifier of the line item.
    - `line_amount` number, double, required — The total amount for this line item (quantity * unit_amount).
    - `modified_ts` string, date-time, required — The timestamp in UTC when the line item was last modified.
    - `order` integer
    - `quantity` number, double, required — The quantity of the item or service.
    - `tax_amount` number, double, required — The total tax amount for this line item.
    - `tax_rate` string — The tax rate applied to this line item.
    - `unit_amount` number, double, required — The unit amount of the item or service.

---

[API](https://skmtc.net/wafeq/apis/wafeq-public-api.md) · [All operations](https://skmtc.net/wafeq/apis/wafeq-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wafeq/wafeq-public-api/revisions/36816b4fce7f/schema)
