list_reviews
Retrieve customer reviews for an App Store app with optional filters by territory, rating, and sort order, returning review details including responses.
Instructions
List customer reviews for an app, newest first by default. Each review includes its id, star rating, title, body, reviewer nickname, territory, date, and the existing developer response (with its id) if one exists. Use the response id with delete_review_response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | App Store app id (the numeric Apple ID of the app) | |
| territory | No | Optional ISO territory filter, e.g. 'USA', 'GBR' | |
| rating | No | Optional exact star rating filter, 1–5 | |
| sort | No | Sort order: recent (default), favorable (highest first), critical (lowest first) | |
| limit | No | Max reviews to return, 1–200 (default 50) |