Polar PPI Samples
polar_list_ppi_samplesList pulse-to-pulse interval samples from Polar devices within a specified date range. Use to obtain raw heart rate variability data for analysis.
Instructions
List pulse-to-pulse interval samples in a date range. Requires ppi_data:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Polar page number. | |
| after | No | Only return Polar records after this time. Converted to Polar's inclusive from query parameter. | |
| limit | No | Local page-size hint used for pagination safety. | |
| before | No | Only return Polar records before this time. Converted to Polar's exclusive to query parameter. | |
| all_pages | No | Fetch multiple pages up to max_pages. | |
| max_pages | No | Maximum pages to fetch when all_pages is true. | |
| privacy_mode | No | Optional per-call privacy override. Defaults to POLAR_PRIVACY_MODE or structured. raw returns upstream Polar JSON. summary minimizes sensitive health and profile details. | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| records | Yes | ||
| endpoint | Yes | ||
| has_more | Yes | ||
| next_page | No | ||
| privacy_mode | Yes | ||
| pages_fetched | Yes |