Get Concept2 Workout Result
concept2_get_resultFetch a specific Concept2 Logbook workout result by its ID, returning complete workout details including distance, time, stroke rate, heart rate, calories, and split data.
Instructions
Retrieve a single workout result by ID from the Concept2 Logbook.
Returns full details of a workout including: id, date, type, distance, time, workout_type, weight_class, stroke_rate, heart_rate, calories_total, drag_factor, comments, privacy, split_data, and whether stroke data is available.
Args:
user_id: User ID or "me" (default: "me")
result_id: The workout result ID (integer, required)
response_format: 'markdown' or 'json' (default: 'markdown')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | User ID or "me" for the authenticated user | me |
| result_id | Yes | Workout result ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |