---
title: "List Athlete Activities"
method: GET
path: "/athlete/activities"
tags: ["Activities"]
---

# List Athlete Activities

`GET /athlete/activities`

Returns the activities of an athlete for a specific identifier. Requires activity:read. Only Me activities will be filtered out unless requested by a token with activity:read_all.

## Query parameters

- `before` integer
- `after` integer
- `page` integer
- `per_page` integer

## Response `200`

The authenticated athlete's activities

- SummaryActivity[] — 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)
