list_feedings
Retrieve recent feedings from the farm, sorted newest first. Each record includes ration, status, batch scale factor, and total pounds delivered for monitoring mixer loads.
Instructions
List feedings (executed mixer loads) on the farm, newest first. Each shows the ration, status, batch scale factor, and total pounds delivered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Records to skip (pagination). | |
| take | No | Max records to return. | |
| since | No | ISO datetime; only feedings fed at or after this time. | |
| status | No | Filter by feeding status (ACTIVE = still in progress / resumable). | |
| farm_id | No | The ID of the farm (optional if a default is set). |