# Charge Revenue Summaries The Charge Revenue Summary represents a summary of revenue amounts from all revenue schedules on the whole subscription charge. For example, revenue for one-time setup charges, recurring charges, and overages. You can [list all details of a charge revenue summary](https://developer.zuora.com/api-references/older-api/operation/GET_CRSByCRSNumber/) or [retrieve a charge revenue summary by charge ID](https://developer.zuora.com/api-references/older-api/operation/GET_CRSByChargeID/) through the REST API. ## List all details of a charge revenue summary - [GET /v1/charge-revenue-summaries/{crs-number}](https://developer.zuora.com/v1-api-reference/older-api/charge-revenue-summaries/get_crsbycrsnumber.md): Retrieves the details of a charge revenue summary by specifying the charge revenue summary number. The response includes all revenue items associated with the charge revenue summary. ## Retrieve a charge revenue summary by charge ID - [GET /v1/charge-revenue-summaries/subscription-charges/{charge-key}](https://developer.zuora.com/v1-api-reference/older-api/charge-revenue-summaries/get_crsbychargeid.md): Retrieves the details of a charge revenue summary by specifying the subscription charge ID. This response retrieves all revenue items associated with a charge revenue summary.