List plants
hortusfox_list_plantsRetrieve plants from your HortusFox system with optional location filter, pagination, and sorting.
Instructions
List plants, optionally filtered by location, with paging and sorting. Endpoint: /api/plants/list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Offset: start returning plants from this index (for pagination). | |
| sort | No | Optional sort specifier (column/direction) as accepted by HortusFox. | |
| limit | No | Maximum number of plants to return. | |
| location | No | Optional location ID to filter plants by. |