---
title: "Retrieve an debit note"
method: GET
path: "/zatca/debit-notes/{id}/"
tags: ["Debit Note"]
---

# Retrieve an debit note

`GET /zatca/debit-notes/{id}/`

Retrieves a single debit note.

## Path parameters

- `id` string, required

## Headers

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

## Response `200`

- DocumentDetailRead
  - `created_ts` string, date-time, required — The datetime in UTC when the document was created.
  - `document` ApiV1ZatcaDocumentDetailRead, required
    - `document_number` string, required — The document number.
    - `id` string, required — The id of the object.
    - `issue_datetime` string, date-time, required — The issue datetime.
    - `supply_date` string, date, required — The supply date.
  - `metadata` object, required — The metadata of the document.
  - `qr_code_data` string, required — Base64 encoded QR code data.
  - `reference` string, required — The reference of the document.
  - `reported_ts` string, date-time, required — The datetime in UTC when the document was reported/cleared.
  - `response` unknown, required
  - `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)
