recipes_foods_get_all
Retrieve a paginated list of foods from Mealie with optional search, ordering, and filtering. Use it to fetch foods matching criteria for recipe management integration.
Instructions
Get All [GET /api/foods]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| search | No | ||
| orderBy | No | ||
| perPage | No | ||
| queryFilter | No | ||
| orderDirection | No | desc | |
| paginationSeed | No | ||
| orderByNullPosition | No |