list_workout_sessions
List workout sessions within a specified date range. Provide from and to dates to filter results, and limit to control the max number returned.
Instructions
List workout sessions, optionally filtered by date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| limit | No | Max results (default: 50) |