---
title: "List all reviews"
method: GET
path: "/social/{connection_id}/review"
tags: ["social", "review"]
---

# List all reviews

`GET /social/{connection_id}/review`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `profile_id` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- SocialReview[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `profile_id` string
  - `rating` number
  - `title` string
  - `content` string
  - `author_name` string
  - `author_avatar_url` string
  - `author_location` string
  - `reply` PropertySocialReviewReply — The business's reply to the review
    - `content` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `url` string
  - `raw` object

## Changes

- **2026-08-24** `1fbb53b88365` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/social/:connection_id/review/get.md)

---

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