get_segment_effort_streams
Retrieve time, distance, heart rate, and other data streams for a specific segment effort. Specify the effort ID and desired stream types to analyze performance metrics.
Instructions
Get Segment Effort Streams
Endpoint: GET /segment_efforts/{id}/streams
Description: Returns a set of streams for a segment effort completed by the authenticated athlete. Requires read_all scope.
Read-only operation. Scopes: required: read_all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The identifier of the segment effort. | |
| keys | Yes | The types of streams to return. | |
| key_by_type | Yes | Must be true. |