---
title: "Retrieve a daily consumption summary"
method: GET
path: "/object-query/daily-consumption-summaries/{key}"
tags: ["Object Queries"]
---

# Retrieve a daily consumption summary

`GET /object-query/daily-consumption-summaries/{key}`

Retrieve the details of a specific Daily Consumption Summary object.

## Path parameters

- `key` string, required

## 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

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