Get Concept2 Workout Stroke Data
concept2_get_result_strokesFetch per-stroke workout data from the Concept2 Logbook for a given result ID. Get detailed stroke metrics including pace, stroke rate, distance, and heart rate.
Instructions
Retrieve per-stroke data for a specific workout result from the Concept2 Logbook.
Stroke data is only available if the workout was recorded with stroke tracking enabled (check the 'stroke_data' field on the result). Returns an array of stroke objects with per-stroke metrics.
Each stroke object may include: ts (timestamp), d (distance), p (pace in ms/500m), spm (stroke rate), hr (heart rate).
Args:
user_id: User ID or "me" (default: "me")
result_id: The workout result ID (required)
response_format: 'markdown' or 'json' (default: 'json' — stroke data is typically large)
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 (default: 'json' for stroke data) | json |