list_records
Retrieve farm event records for animals or groups, filtering by type (feed, health, movement) with pagination support.
Instructions
List records (events applied to animals or groups, e.g. feed/health/movement) on the farm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Records to skip (pagination). | |
| take | No | Max records to return. | |
| type | No | Filter by record type. | |
| farm_id | No | The ID of the farm (optional if a default is set). |