app_store_reviews
Retrieve App Store reviews filtered by rating or storefront, calculate mean and star split of fetched reviews. Read-only analysis.
Instructions
Read App Store customer reviews and your responses, filtered by rating or storefront. Reports the mean and star split of the reviews actually fetched, which is not the app's lifetime rating; App Store Connect exposes no aggregate rating resource. Read-only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order; newest first by default | -createdDate |
| appId | No | App Store Connect numeric app id; provide this or bundleId | |
| limit | No | Maximum reviews to return across pages | |
| rating | No | Only these star ratings | |
| bundleId | No | Bundle id; provide this or appId | |
| maxPages | No | Maximum pages to follow | |
| territory | No | Only reviews from this storefront |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | ||
| notes | Yes | ||
| filters | Yes | ||
| reviews | Yes | ||
| bundleId | Yes | ||
| returned | Yes | ||
| pagesRead | Yes | ||
| meanOfFetched | Yes | ||
| withoutResponse | Yes | ||
| histogramOfFetched | Yes |