Retrieves detailed information about a specific activity by its ID. Returns a DetailedActivity object containing comprehensive data including distance, time, elevation, speed, heart rate, power data (if available), segment efforts, laps, splits, and more. Permissions required: -…
idRequiredstringThe unique identifier of the activity to retrieve. This is the ID assigned by Strava when the activity was created. Provide as a string to avoid JS Number precision loss for IDs exceeding 2^53. Example: '1234567890'.
include_all_effortsbooleanWhen set to true, includes all segment efforts in the response. When false or omitted, only segment efforts that match the athlete's best efforts are included. Setting this to true may significantly increase response size for activities with many segments.
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.