get_routes_by_athlete_id
Retrieve paginated routes for a specified athlete, with private routes excluded unless read_all scope is granted.
Instructions
List Athlete Routes
Endpoint: GET /athletes/{id}/routes
Description: Returns a list of the routes created by the authenticated athlete. Private routes are filtered out unless requested by a token with read_all scope.
Read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter inferred from the URL template. | |
| page | No | Page number. Defaults to 1. | |
| per_page | No | Number of items per page. Defaults to 30. |