---
title: "Retrieve Existing Comment"
method: GET
path: "/v2/{account_id}/reviews/{review_id}/comment?access_token={access_token}"
---

# Retrieve Existing Comment

`GET /v2/{account_id}/reviews/{review_id}/comment?access_token={access_token}`

Use this endpoint to retrieve a comment and its related metadata by `review_id`. The `review_id` can be found using [All Reviews](https://develop.yotpo.com/reference/all-reviews).

## Path parameters

- `account_id` string, required
- `review_id` string, required

## Query parameters

- `access_token` string, required

## Response `200`

200

- object
  - `status` object
    - `code` integer
    - `message` string
  - `response` object
    - `id` integer
    - `content` string
    - `public` boolean
    - `created_at` string
    - `updated_at` string
    - `commenter` object
      - `id` integer
      - `display_name` string
      - `social_image` string

## Other responses

- `401` — 401
- `404` — 404

---

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