list_workouts
Retrieve workouts from Wahoo Cloud API with optional pagination and date filters.
Instructions
List workouts from Wahoo Cloud API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| end_date | No | Filter workouts created before this date (ISO 8601 format) | |
| per_page | No | Number of items per page (default: 30) | |
| start_date | No | Filter workouts created after this date (ISO 8601 format) |