get_activities_by_date
Retrieve fitness activities from Garmin Connect within a specified date range, with optional filters by activity type such as running or cycling.
Instructions
Get all activities within a date range with optional filtering by type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End date in YYYY-MM-DD format | |
| sortOrder | No | Sort order: asc (oldest first) or desc (newest first, default) | |
| startDate | Yes | Start date in YYYY-MM-DD format (required) | |
| activityType | No | Filter by activity type: running, cycling, swimming, hiking, walking, etc. |