list_customer_reviews
Fetch App Store customer reviews for an app ID, filter by star rating, territory, and sort order, and paginate through results. Get the customer feedback you need to respond to user concerns.
Instructions
List App Store customer reviews of an app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | "-createdDate" (newest first, default), "createdDate", "rating" or "-rating". | -createdDate |
| limit | No | Reviews per page (1-200). | |
| app_id | Yes | Numeric app ID from list_apps. | |
| cursor | No | Pagination cursor returned by a previous call. | |
| rating | No | Optional star ratings to keep, e.g. [1, 2]. | |
| territory | No | Optional ISO 3166-1 alpha-3 territories, e.g. ["BRA", "USA"]. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||