---
title: "Get list of reviews"
method: GET
path: "/reviews-and-ratings/api/reviews"
tags: ["Review"]
---

# Get list of reviews

`GET /reviews-and-ratings/api/reviews`

Retrieves a list of reviews related to a product.
## Permissions

This endpoint does not require [permissions](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3).

## Query parameters

- `search_term` string
- `from` string
- `to` string
- `order_by` string
- `status` boolean
- `product_id` string

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Response `200`

OK

- object — Response body object.
  - `data` object[] — Array of reviews.
    - `id` string — Review ID.
    - `productId` string — Product ID.
    - `rating` number — Customer rating.
    - `title` string — Review's title.
    - `text` string — Review's text.
    - `reviewerName` string — Reviewer name.
    - `shopperId` string — Shopper email.
    - `reviewDateTime` string — Review's date and time.
    - `searchDate` string — Review's search date.
    - `verifiedPurchaser` boolean — Indicates if the reviewer is a verified purchaser (`true`) or not (`false`).
    - `sku` string, nullable — SKU ID.
    - `approved` boolean — Indicates if the review was approved (`true`) or not (`false`).
    - `location` string, nullable — Review's origin location.
    - `locale` string, nullable — Review's locale.
    - `pastReviews` string, nullable — Past reviews of the same product.
  - `range` object — Range of the reviews list.
    - `total` number — Total number of reviews on the list.
    - `from` number — Zero base starting record number.
    - `to` number — Zero base ending record number.

---

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