---
title: Read Customer Review Summarizations
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-customerreviewsummarizations
---

# Read Customer Review Summarizations

Get the customer review summarization for a specific app.

## URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/customerReviewSummarizations

## Path Parameters

id: The opaque resource ID that uniquely identifies the apps resource that represents your app. Obtain the app resource ID from the List apps response.

## Query Parameters

include: Relationship data to include in the response. limit: Number of resources to return. filter[territory]: A filter of territories to include in the response. fields[customerReviewSummarizations]: fields[territories]: filter[platform]:

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## Mentioned in

App Store Connect API 4.0 release notes

## See Also

### Getting customer reviews

- [List all customer reviews for an app](appstoreconnectapi/get-v1-apps-_id_-customerreviews.md)
- [List customer review IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-customerreviews.md)
