list_scans
List InBody scan summaries with key metrics like weight, BMI, body fat, and muscle mass, sorted newest first. Supports pagination with limit and offset.
Instructions
List InBody scans with headline metrics, newest first.
Returns a slim summary per scan (date, weight, BMI, %body fat, skeletal muscle mass, body fat mass, total body water, equipment). Use get_scan with a scan's raw_datetime for the full metric set.
Args: limit: Maximum number of scans to return (default 20). offset: Pagination offset into the scan history (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |