---
title: "Status summary of credit notes"
method: GET
path: "/zatca/simplified-credit-notes/summary/"
tags: ["Simplified Credit Note"]
---

# Status summary of credit notes

`GET /zatca/simplified-credit-notes/summary/`

Summary of credit notes per `status`

## Query parameters

- `issue_datetime_after` string, date-time
- `issue_datetime_before` string, date-time
- `keyword` string
- `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`

- ApiV1ZatcaDocumentTotalsRead
  - `summary` ApiV1ZatcaDocumentTotalsValuesRead, required
    - `error` integer
    - `failed` integer
    - `pending` integer
    - `processing` integer
    - `queued` integer
    - `reported` integer

---

[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)
