list_ingredients
List ingredients in your ReciPal library, including subrecipes, to locate ingredient IDs for adding subrecipes to recipes. Paginate results (max 20 per page).
Instructions
List the account's ingredient library. Subrecipes appear here once created, which is how you find the ingredient_id needed to add a subrecipe to another recipe. Paginated; per_page max 20. Larger values are silently reduced to 20, so callers must paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| search | No | Optional name filter, if supported. | |
| per_page | No | Default 20, max 20; larger values are silently reduced. |