Get Strava Activities By Type
getActivitiesByTypeRetrieve a page of recent activities by type (Run, Walk, Ride, Swim, Hike) with optional date range and pagination controls to access older activities.
Instructions
Returns one bounded page of activities of a supported type (newest first). Each page scans up to limit activities; when nextPage is non-null, call again with that page value to retrieve 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. | |
| type | Yes | ||
| after | No | Unix timestamp in seconds (inclusive lower bound). | |
| limit | No | Activities scanned per page (max 200). | |
| before | No | Unix timestamp in seconds (exclusive upper bound). |