get_activity
Retrieve detailed information for a single Garmin activity by ID, including timing, distance, heart rate, elevation, and event type.
Instructions
Get detailed information for a single activity.
Returns a comprehensive summary including timing, distance, heart rate, elevation, training effect, and an event_type field. Common event_type values: "race", "training", "uncategorized" (no event type set by the user). The field is omitted for very old activities that pre-date event type support in the Garmin API.
Args: activity_id: ID of the activity to retrieve
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |