---
title: "A product's ratings"
method: GET
path: "/api/v2/product_ratings/{product_id}"
tags: ["Product Ratings"]
---

# A product's ratings

`GET /api/v2/product_ratings/{product_id}`

**Requires `products.ratings.read` scope.**

## Query parameters

- `fields[products]` string[]

## Response `200`

With all fields and relationships

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — With invalid id

---

[API](https://skmtc.dev/g2/apis/g2-api.md) · [All operations](https://skmtc.dev/g2/apis/g2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g2/g2-api/revisions/e4da9b714b25/schema)
