---
title: "List billing document volume summary records"
method: GET
path: "/system-health/billing-documents/volume-summary"
tags: ["Bill Run Health"]
---

# List billing document volume summary records

`GET /system-health/billing-documents/volume-summary`

Returns a summary of billing documents generated within a specified time range, including invoices and credit memos, and the total number of accounts that failed to process.

## Query parameters

- `startTime` string, date-time, required
- `endTime` string, date-time, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Track-Id` string

## Response `200`

OK

- GetBillingDocVolumeSummaryResponse
  - `data` BillingDocVolumeSummaryRecord[] — List of billing documents summary, including total generated invoices and credit memos, also a total number of accounts that failed to process.
    - `totalFailedAccounts` integer — The count of total accounts who have failed records.
    - `totalGeneratedCreditMemos` integer — The count of total generated credit memos.
    - `totalGeneratedInvoices` integer — The count of total generated invoices.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
