list_reviews
Retrieve customer reviews for an app. Filter by rating, territory, and sort by date or rating to analyze feedback.
Instructions
List customer reviews for an app. Returns rating, title, body, reviewer nickname, date, and territory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The App Store Connect app ID | |
| rating | No | Filter by rating (1-5 stars) | |
| territory | No | Filter by territory code (e.g., USA, GBR, JPN) | |
| sort | No | Sort order (prefix with - for descending) | -createdDate |
| limit | No | Maximum number of reviews to return |