Back to Google Play
Connect Knoon AI with Google Play (Google Cloud) to automate AI workflows.
Fetch details for a specific Google Play review.
googleCloudGooglePlayGetReview
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| packageName | mustache | Android package name (e.g. "com.example.app"). | Yes |
| reviewId | mustache | Review ID retrieved from the list action. | Yes |
| translationLanguage | mustache | Optional. BCP-47 language code for translated reviews. | No |
Returns
| Name | Type | Description |
|---|---|---|
| packageName | string | Android package name. |
| review.reviewId | string | Review ID. |
| review.authorName | string | Reviewer display name. |
| review.text | string | Review text from the user. |
| review.starRating | number | Star rating (1-5). |
| review.reviewerLanguage | string | Reviewer language code. |
| review.lastModified | string | ISO timestamp for the last modification. |
| review.developerReply | string | Latest developer reply text if available. |