list-segment-efforts
Retrieve segment efforts from your Strava account, showing time, distance, and PR/KOM rank. Filter by date range to analyze specific performance periods.
Instructions
Returns the authenticated athlete's efforts on a segment, including time, distance, and PR/KOM rank, with optional date range filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| perPage | No | Number of efforts to return per page (default: 30, max: 200). | |
| segmentId | Yes | The ID of the segment for which to list efforts. | |
| endDateLocal | No | Filter efforts ending before this ISO 8601 date-time (optional). | |
| startDateLocal | No | Filter efforts starting after this ISO 8601 date-time (optional). |