get_badge_challenges
Retrieve completed and in-progress badge challenges from Garmin, showing progress, status, and earned dates. Paginate with start and limit to browse your full history.
Instructions
Get all badge challenges the user has joined (completed and in-progress)
Returns the user's history of badge challenges including progress, completion status, and earned dates.
Args: start: Starting index for pagination (starts at 1) limit: Maximum number of challenges to return (default 20, max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| start | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |