Returns stream data for a segment effort completed by the authenticated athlete. Streams provide the raw time-series data associated with a segment effort, such as GPS coordinates, altitude, speed, heart rate, power, etc. All streams for a given segment effort have the same leng…
idRequiredstringThe unique identifier of the segment effort. Obtain this ID from activities (segment_efforts array) or from list_segment_efforts action. Provide as a string to avoid JS Number precision loss for IDs exceeding 2^53. Example: '1234567890'.
keysRequiredstringComma-separated list of stream types to return. Available types: 'time', 'distance', 'latlng', 'altitude', 'velocity_smooth', 'heartrate', 'cadence', 'watts', 'temp', 'moving', 'grade_smooth'. Example: 'time,distance,altitude' for time, distance, and altitude streams. Not all st…
key_by_typebooleanMust be true. Defaults to true.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.