---
title: "List guest reviews"
method: GET
path: "/api/v3.3/reviews"
tags: ["Reviews"]
---

# List guest reviews

`GET /api/v3.3/reviews`

Retrieves paginated guest reviews for a property or lead

## Query parameters

- `propertyUid` string
- `leadUid` string
- `source` 'BOOKING_DOT_COM' | 'VRBO' | 'FACEBOOK' | 'TRIPADVISOR' | 'REVYOOS' | 'HOSTFULLY'
- `sort` 'SORT_BY_RATING' | 'SORT_BY_DATE' | 'SORT_BY_AUTHOR'
- `sortDirection` 'ASC' | 'DESC'
- `updatedSince` string
- `_cursor` string — Cursor for pagination
- `_limit` string — Limit for pagination

## Response `200`

OK

---

[API](https://skmtc.net/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.net/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/versions/8387ad22afc6/schema)
