Reviews list
reviews_get_reviews_v1Retrieve a paginated list of your active reviews with details: score, text, author, listing, photos, and seller answer. Use the reviewId from this list to post your answer.
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 |
|---|---|---|---|
| limit | Yes | Maximum number of reviews per page. API-allowed range: 1–50. | |
| offset | Yes | 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. |