Fetch plant log entries
hortusfox_fetch_plant_logRetrieve log entries for a specific plant, with support for limiting results and pagination.
Instructions
Fetch log entries for a plant, with optional pagination. Endpoint: /api/plants/log/fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entries to return (default 10). | |
| plant | Yes | The plant ID. | |
| paginate | No | Optional pagination page/cursor. |