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

# Get a review

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

Returns one Google Business Profile review, in the same shape as the entries of GET /v1/accounts/{accountId}/gmb-reviews.
The review is read from the account's selected location unless locationId overrides it, and Google returns 404 for a review id that belongs to another location.
Read the review before replying if a human may have answered it already: replies are overwritten in place and Google keeps no history.

## Path parameters

- `accountId` string, required
- `reviewId` string, required

## Query parameters

- `locationId` string

## Response `200`

Review fetched successfully

- object
  - `success` boolean
  - `accountId` string
  - `locationId` string
  - `review` GoogleBusinessReview — A Google Business Profile review, as returned by every gmb-reviews read endpoint.
    - `id` string — Review ID
    - `name` string — Full resource name
    - `reviewer` object
      - `displayName` string
      - `profilePhotoUrl` string, nullable
      - `isAnonymous` boolean
    - `rating` integer — Numeric star rating (0 when Google sends no 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

## Other responses

- `400` — Invalid request
- `401` — Unauthorized or token invalid (account must be reconnected)
- `404` — Account not found, or no such review on this location
- `500` — Failed to fetch the review

## Changes

- **2026-09-16** `3e6ddf2a99ea` — 4 info
  - added the optional property `details/budgetScope` to the response with the `400` status
  - added the optional property `details/budgetScope` to the response with the `401` status
  - added the optional property `details/budgetScope` to the response with the `404` status
  - added the optional property `details/budgetScope` to the response with the `500` status
- **2026-09-15** `0dba7d004d75` — 8 info
  - added the optional property `details/quotaExhausted` to the response with the `400` status
  - added the optional property `details/quotaExhausted` to the response with the `401` status
  - added the optional property `details/quotaExhausted` to the response with the `404` status
  - added the optional property `details/quotaExhausted` to the response with the `500` status
  - …4 more
- **2026-08-26** `b5344d376e5e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/accounts/:accountId/gmb-reviews/:reviewId/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/dd3865482f9f?raw)
