get_lactate_threshold
Retrieve running lactate threshold data including heart rate, power, and speed. Query the latest value or historical ranges with daily, weekly, monthly, or yearly aggregation.
Instructions
Get running lactate threshold data (heart rate, power, and speed).
Args: latest: If True, return the latest lactate threshold info. If False, query a range instead (requires start_date). start_date: Start date as YYYY-MM-DD. Required if latest is False; ignored if latest is True. end_date: End date as YYYY-MM-DD. Defaults to today. Ignored if latest is True. aggregation: One of "daily", "weekly", "monthly", "yearly".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latest | No | ||
| end_date | No | ||
| start_date | No | ||
| aggregation | No | daily |