Tool to list customer reviews with filtering and pagination. Use this to retrieve review records from the system, including ratings, comments, and associated booking/product information. Supports PostgREST-style filtering, column selection, pagination, and sorting.
limitintegerMaximum number of reviews to return (1-1000). API maximum is 1000 results per request.
orderstringSort results by specified column and direction. Format: 'column_name.direction' where direction is 'asc' or 'desc'. Examples: 'created_at.desc', 'rating.asc'. Multiple columns can be specified separated by commas.
offsetintegerNumber of reviews to skip before starting to return results (for pagination).
selectstringSpecify which columns to retrieve from the reviews resource. Use '*' for all columns, or provide comma-separated column names (e.g., 'id,rating,comment,created_at'). Can also include related resource columns. If not specified, returns all columns by default.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.