pumping_list_pumping
Retrieve pumping session records using optional filters by child ID, start/end time range, and ordering. Use to query specific sessions for review or analysis.
Instructions
List pumping session records with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Filter by exact end time, ISO 8601 | |
| limit | No | Maximum number of records to return | |
| start | No | Filter by exact start time, ISO 8601 | |
| 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |