---
title: "List debit notes"
method: GET
path: "/zatca/debit-notes/"
tags: ["Debit Note"]
---

# List debit notes

`GET /zatca/debit-notes/`

Lists all debit notes.

## Query parameters

- `issue_datetime_after` string, date-time
- `issue_datetime_before` string, date-time
- `keyword` string
- `page` integer
- `page_size` integer
- `status` 'ERROR' | 'FAILED' | 'PENDING' | 'PROCESSING' | 'QUEUED' | 'REPORTED' | '__null__'
- `supply_date_after` string, date
- `supply_date_before` string, date

## Headers

- `X-ZATCA-Branch` string
- `X-ZATCA-Connected-Account-Id` string
- `X-ZATCA-Environment` string, required

## Response `200`

- PaginatedDocumentListList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` DocumentList[], required
    - `created_ts` string, date-time, required — The datetime in UTC when the document was created.
    - `document` ApiV1ZatcaDocumentListRead, required
      - `document_number` string, required — The document number.
      - `id` string, required — The id of the object.
    - `reported_ts` string, date-time, required — The datetime in UTC when the document was reported/cleared.
    - `sent_ts` string, date-time, required — The datetime in UTC when the document was sent.
    - `status` string, required — The status of the document.

---

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