get_logged_in_athlete_activities
Retrieve a logged-in athlete's activities with optional time-range and pagination filters for Strava data access.
Instructions
List Athlete Activities
Endpoint: GET /athlete/activities
Description: 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.
Read-only operation. Scopes: one of: activity:read, activity:read_all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. Defaults to 1. | |
| after | No | An epoch timestamp to use for filtering activities that have taken place after a certain time. | |
| before | No | An epoch timestamp to use for filtering activities that have taken place before a certain time. | |
| per_page | No | Number of items per page. Defaults to 30. |