List customer reviews
list-customer-reviewsFetch App Store customer reviews for a specific version, including ratings, titles, bodies, and developer responses. Filter and sort reviews to monitor feedback and address issues.
Instructions
List App Store customer reviews for an app store version (rating, title, body, response)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort by rating or createdDate (prefix - for descending) | |
| limit | No | Maximum number of reviews to return (default 50, max 200) | |
| filter.rating | No | Filter by rating(s), e.g. 1, 2, 3, 4, 5 | |
| appStoreVersionId | Yes | App Store version ID (from list-app-store-versions or get-app with include appStoreVersions) | |
| exists.publishedResponse | No | Filter by whether a developer response exists |