Reviews list
reviews_get_reviews_v1Retrieve paginated list of your active reviews including scores, text, author, listing, photos, and seller reply. Use the returned reviewId to answer reviews.
Instructions
Returns a paginated list of active reviews for the current user (reviews_get_reviews_v1): review id, score, text, author, listing, attached photos and the current seller answer, plus total — the overall number of reviews. Use it to browse individual reviews and obtain the reviewId (required for reviews_create_review_answer_v1). If you only need the aggregate score without the list, use reviews_get_ratings_info_v1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Pagination offset: how many reviews to skip from the start of the list. Defaults to 0; increase by the limit value to fetch the next page. | |
| limit | No | Maximum number of reviews per page. API-allowed range: 1–50 (defaults to the upper bound). |