---
title: "List Athlete Routes"
method: GET
path: "/athletes/{id}/routes"
tags: ["Routes"]
---

# List Athlete Routes

`GET /athletes/{id}/routes`

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.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

A representation of the route.

- Route[] — unresolved $ref

## Other responses

- `default` — Unexpected error.

---

[API](https://skmtc.dev/strava/apis/strava-api-v3.md) · [All operations](https://skmtc.dev/strava/apis/strava-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/strava/strava-api-v3/revisions/cbbf5860ef72/schema)
