list_routes
Retrieve a Strava athlete's saved routes with key details: name, distance, elevation gain, and type. Use this to quickly access route summaries for training analysis.
Instructions
List the athlete's saved routes. Returns summary data including name, distance, elevation gain, and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| per_page | No | Items per page (default: 30) | |
| athlete_id | Yes | The athlete's numeric ID. Get this from get_athlete_profile first. |