List products (items)
list_itemsList products/items in the catalog, newest first. Quaderno API: GET /items. Returns item objects (id, code, name, kind, product_type, unit_cost, tax_class, tax_type, currency, stock, …), wrapped as { data, pagination } when more pages exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (legacy pagination; prefer created_before). | |
| per_page | No | Entries per page (1-100, default 25). | |
| created_before | No | Cursor for pagination: return records created before this id (from X-Pages-NextPage / a prior record id). |