Get activity
strava_get_activityRetrieve detailed Strava activity data including splits, laps, gear, calories, power, and heart-rate averages. Optionally include segment efforts and map polyline.
Instructions
Full detail for one activity (GET /activities/{id}): splits, laps, gear, calories, power and heart-rate averages. Segment efforts and the full map polyline are omitted unless requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The activity identifier. | |
| include_polyline | No | Include the full-resolution map polyline. Large payload; defaults to false. | |
| include_all_efforts | No | Include every segment effort. Large payload; defaults to false. |