---
title: "Get reviews"
method: GET
path: "/v1/accounts/{accountId}/gmb-reviews"
tags: ["GMB Reviews"]
---

# Get reviews

`GET /v1/accounts/{accountId}/gmb-reviews`

Returns reviews for a GBP account including ratings, comments, and owner replies. Use nextPageToken for pagination.

## Path parameters

- `accountId` string, required

## Query parameters

- `locationId` string
- `pageSize` integer
- `pageToken` string

## Response `200`

Reviews fetched successfully

- object
  - `success` boolean
  - `accountId` string
  - `locationId` string
  - `reviews` object[]
    - `id` string — Review ID
    - `name` string — Full resource name
    - `reviewer` object
      - `displayName` string
      - `profilePhotoUrl` string, nullable
      - `isAnonymous` boolean
    - `rating` integer — Numeric star rating
    - `starRating` 'ONE' | 'TWO' | 'THREE' | 'FOUR' | 'FIVE' — Google's string rating
    - `comment` string — Review text
    - `createTime` string, date-time
    - `updateTime` string, date-time
    - `reviewReply` object, nullable
      - `comment` string — Business owner reply
      - `updateTime` string, date-time
    - `photoCount` integer — Number of photos attached to the review (photos only, videos are not counted)
    - `photos` object[] — Photos attached to the review by the reviewer
      - `url` string, uri
  - `averageRating` number — Overall average rating
  - `totalReviewCount` integer — Total number of reviews
  - `nextPageToken` string, nullable — Token for next page

## Other responses

- `400` — Invalid request - not a Google Business account or missing location
- `401` — Unauthorized or token invalid
- `403` — Permission denied for this location
- `404` — Resource not found
- `500` — Failed to fetch reviews

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/875093317201/schema)
