list_customer_reviews
Get public App Store customer reviews for a released app, with rating, title, body, reviewer, territory, and your developer response. Filter by rating, territory, or whether a response exists.
Instructions
List public App Store customer reviews for a released app (rating, title, body, reviewer, territory) together with your published developer response, if any. Distinct from TestFlight beta feedback. Filter by rating or territory, or restrict to reviews that already have a response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max reviews (default: 50) | |
| app_id | Yes | App Store Connect app ID | |
| rating | No | Filter by star rating (1-5) | |
| territory | No | Filter by territory code, e.g. 'USA' | |
| has_response | No | Only reviews that have (true) or lack (false) a published developer response |