Tool to list pricing widgets with filtering and pagination. Use this to retrieve pricing widget configurations from the system. Supports PostgREST-style filtering on fields (id, organization_id, widget_id), column selection, pagination, and sorting.
idstringFilter by pricing widget ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list).
limitintegerMaximum number of pricing widgets to return (max: 1000).
orderstringColumn(s) to sort by, with optional direction (e.g., 'created_at.desc', 'name.asc'). Can specify multiple columns separated by commas.
offsetintegerNumber of pricing widgets to skip before starting to return results (for pagination).
selectstringComma-separated list of columns to return (e.g., 'id,organization_id'). Use '*' to select all columns. If not specified, all columns are returned.
organization_idstringFilter by organization ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list). Use this to find all pricing widgets belonging to a specific organization.
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.