list_timeline
Retrieve the main health feed, including exam results, appointment confirmations, and documents. Filter by archived status and paginate with rows_to_skip.
Instructions
Return the main health feed — exam results, appointment confirmations, docs, etc.
Items have: id, subject, body_preview, msgtype, publish_date, un_read, events[]. Use get_message(id) to fetch full detail + attachment URIs for a specific item.
Args: rows_to_skip: Pagination offset (default 0). archived: Include archived items (default False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | ||
| rows_to_skip | No |