feedings_list_feedings
Retrieve feeding records with filters for child, method, type, and time range.
Instructions
List feeding records with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Filter by exact end time, ISO 8601 | |
| tags | No | Filter by tag names (records having all listed tags) | |
| limit | No | Maximum number of records to return | |
| start | No | Filter by exact start time, ISO 8601 | |
| method | No | Filter by method: bottle, left breast, right breast, both breasts, parent fed, self fed | |
| end_max | No | Latest end time, ISO 8601 | |
| end_min | No | Earliest end time, ISO 8601 | |
| child_id | No | Filter by child ID. Use list_children to get IDs. | |
| ordering | No | Order by field, e.g. 'start' or '-start' (descending) | |
| start_max | No | Latest start time, ISO 8601 | |
| start_min | No | Earliest start time, ISO 8601 | |
| feeding_type | No | Filter by type: breast milk, formula, fortified breast milk, solid food |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |