Retrieves time-series stream data for a specific activity. Streams are the raw spatial and sensor data recorded during an activity, including GPS coordinates, speed, heart rate, power, etc. Each stream type returns an array of values that correspond to specific time points durin…
idRequiredintegerThe unique identifier of the activity to retrieve streams for. Can be obtained from list_athlete_activities or get_activity.
keysRequiredarrayList of stream types to retrieve. Common combinations: ['time', 'distance', 'latlng'] for GPS track, ['time', 'heartrate', 'cadence', 'watts'] for performance data. Available types: time, distance, latlng, altitude, velocity_smooth, heartrate, cadence, watts, temp, moving, grade…
key_by_typebooleanMust be true. Returns streams keyed by stream type. This is the only supported format.
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.