listProducts
listProductsRetrieve a paginated list of sellable products with filters for name, type, and category to manage billing items.
Instructions
Retrieve a paginated list of products. Products define what is being sold and can be associated with pricing and contracts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for pagination. | |
| limit | No | Maximum number of results per page (defaults to 10). | |
| name__ilike | No | Case-insensitive partial match for product name. | |
| type | No | Filter by product object type. Defaults to 'product' (excludes plans, addons, etc.). | product |
| product_category__isnull | No | Whether to include only products without a category. Defaults to true. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |