List routes
strava_list_routesFetch a paginated list of routes created by the authenticated athlete. Works for public and private routes when authorized.
Instructions
Routes created by the authenticated athlete (GET /athletes/{id}/routes). Private routes require the read_all scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, defaults to 1. | |
| per_page | No | Items per page, defaults to 30. |