list_activities
Fetch paginated recent activities for an authenticated athlete, with filters for date range and page size. Returns summary details like distance, time, elevation, and type.
Instructions
List the authenticated athlete's recent activities with pagination. Returns summary data for each activity including name, type, distance, time, and elevation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| after | No | Filter activities after this Unix epoch timestamp | |
| before | No | Filter activities before this Unix epoch timestamp | |
| per_page | No | Items per page, max 200 (default: 30) |