Get Strava Training History
getTrainingHistoryRetrieve a paginated list of your training activities sorted newest first, with optional date range filters for analyzing long-term training history.
Instructions
Returns one bounded page of activities (newest first) for long-term training analysis. When nextPage is non-null, call again with that page value for older activities. Use after/before (Unix seconds) to constrain the range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page; page 1 is most recent. | |
| after | No | Unix timestamp in seconds (inclusive lower bound). | |
| limit | No | Activities per page (max 200). | |
| before | No | Unix timestamp in seconds (exclusive upper bound). |