Tool to retrieve review widgets from the system with optional filtering and pagination. Returns a list of review widget configurations including their IDs, names, and organization associations. Use this when you need to list review widgets, search by name or organization, or pag…
idstringFilter review widgets by exact ID match.
namestringFilter review widgets by name.
limitintegerMaximum number of review widgets to return per request. Default and maximum is 1000.
orderstringSort order for results. Format: 'column.direction' where direction is 'asc' or 'desc' (e.g., 'created_at.desc', 'name.asc').
offsetintegerNumber of review widgets to skip before returning results. Used for pagination.
selectstringColumns to retrieve from review_widgets table. Use '*' for all columns, or specify comma-separated field names (e.g., 'id,name,created_at'). Can include related resource columns.
organization_idstringFilter review widgets by organization ID.
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.