---
title: "List daily consumption summaries"
method: GET
path: "/object-query/daily-consumption-summaries"
tags: ["Object Queries"]
---

# List daily consumption summaries

`GET /object-query/daily-consumption-summaries`

Lists daily consumption summaries. You can use the query parameters to filter, expand, and sort the returned results.

## Query parameters

- `pageSize` integer
- `cursor` string
- `sort[]` string[]
- `expand[]` string[]
- `filter[]` string[]
- `fields[]` string[]
- `includeNullFields` boolean

## Headers

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

## Response `200`

OK

- object
  - `nextPage` string, nullable — A string that can be used as the `cursor` value to retrieve the next page of the response if it exists; otherwise absent.
  - `data` ExpandedDailyConsumptionSummary[]
    - `id` string — The unique identifier of the daily consumption summary.
    - `originChargeId` string — The unique identifier of the charge.
    - `chargeSegmentNumber` integer — The charge segment number.
    - `fundId` string — The unique identifier of the fund.
    - `dailyConsumptionAmount` number — The daily consumption amount.
    - `dailyTotalQuantity` number — The total quantity consumed daily.
    - `transactionDate` string, date — The date of the transaction.
    - `ratingResultId` string — The unique identifier of the rating result.
    - `dailyGroupSummaryId` string — The unique identifier of the daily group summary.
    - `createdById` string — The unique identifier of the user who created the daily consumption summary.
    - `createdDate` string, date-time — The date and time when the daily consumption summary was created.
    - `updatedById` string — The unique identifier of the user who last updated the daily consumption summary.
    - `updatedDate` string, date-time — The date and time when the daily consumption summary was last updated.
    - `drawdownOriginChargeId` string — The unique identifier of the original drawdown charge.
    - `drawdownChargeSegmentNumber` integer — The charge segment number of the drawdown charge.
    - `drawdownRecognizedRevenueGlAccountNumber` string — The GL account number of the recognized revenue for the drawdown charge.
    - `drawdownAdjustmentRevenueGlAccountNumber` string — The GL account number of the adjusted revenue for the drawdown charge.
    - `usageChargeName` string — The name of the usage charge.
    - `usageChargeNumber` string — The number of the usage charge.

## Other responses

- `500` — Internal server error
- `4XX` — Invalid input

---

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