Tool to retrieve line items from the system with optional filtering and pagination. Returns a list of line item records including details like quantities, amounts, unit prices, and related booking/product/service information. Use this when you need to list line items, search by…
idstringFilter by line item ID (UUID). Supports PostgREST operators (e.g., 'eq.uuid-value').
limitintegerMaximum number of line items 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', 'amount.asc').
offsetintegerNumber of line items to skip before returning results. Used for pagination.
selectstringSpecify which columns to retrieve from line_items table. Use '*' for all columns, or specify comma-separated field names (e.g., 'id,booking_id,amount,quantity').
booking_idstringFilter by booking ID (UUID). Returns all line items for the specified booking. Supports PostgREST operators.
product_idstringFilter by product ID (UUID). Returns all line items for the specified product. Supports PostgREST operators.
service_idstringFilter by service ID (UUID). Returns all line items for the specified service. Supports PostgREST operators.
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.