get-workouts
Retrieve Hevy workouts within a date range. Returns up to 10 workouts sorted by date descending.
Instructions
Get workouts between start and end dates. Returns all workouts if no dates are provided. Returns workouts in descending order of date and limits the number of workouts returned. Max 10 workouts.
Example: { "limit": 5, // Optional: Number of workouts (1-10, default: 10) "startDate": "2024-01-01T00:00:00Z", // Optional: Filter workouts after this date "endDate": "2024-03-20T23:59:59Z" // Optional: Filter workouts before this date }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of workouts to retrieve | |
| startDate | No | Optional: ISO date string to filter workouts after this date | |
| endDate | No | Optional: ISO date string to filter workouts before this date |