get_workouts
Retrieve workouts by date range, including activity type, start/end times, calories, distance, intensity, and source. Use it to query Oura activity data for analysis or display.
Instructions
Get workouts, auto detected or entered by the user: activity type, start and end time, calories, distance (meters), intensity, and source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | Last day to include (inclusive), YYYY-MM-DD. Defaults to today. | |
| next_token | No | Continue a truncated result: pass the next_token from the previous response along with the same dates. | |
| start_date | No | First day to include, YYYY-MM-DD. Defaults to 6 days before end_date. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |