Back to App Store Connect

Connect Knoon AI with App Store Connect to automate AI workflows.

List customer reviews for an App Store Connect app.
appStoreConnectListReviews
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
appIdmustache App Store Connect app ID (e.g. "1234567890").Yes
limitmustache Optional. Max number of reviews to return (1-200). Defaults to 20.No
sortstring Optional. Sort field (e.g. "createdDate" or "-createdDate").No
territorymustache Optional. Filter by territory (e.g. "US").No
ratingmustache Optional. Filter by star rating (1-5).No
responseStatusmustache Optional. Filter by response status (e.g. "RESPONDED" or "UNRESPONDED").No
cursormustache Optional. Pagination cursor for the next page.No
Returns
NameTypeDescription
appIdstring App Store Connect app ID.
reviews.reviewIdstring Review ID.
reviews.ratingnumber Star rating.
reviews.titlestring Review title.
reviews.bodystring Review body.
reviews.nicknamestring Reviewer nickname.
reviews.territorystring Review territory code.
reviews.createdDatestring Review creation date (ISO timestamp).
reviews.responseIdstring Response ID if a reply exists.
reviews.responseBodystring Reply text if present.
reviews.responseLastModifiedDatestring Reply last modified date (ISO timestamp).
reviews.responseStatestring Reply state if provided.
nextLinkstring Pagination link for the next page, if any.