Retrieves comments on a specific Strava activity, sorted oldest first. Returns comment details including the comment text, author information, and timestamps. Supports cursor-based pagination for activities with many comments. Requires OAuth scope: activity:read for Everyone/Fol…
idRequiredstringThe unique identifier of the Strava activity to retrieve comments for. Example: '12345678987654321'.
page_sizeintegerNumber of comments to return per page (1-200). Defaults to 30.
after_cursorstringCursor for pagination. Pass the cursor from a previous response to fetch the next page of comments. Omit to fetch the first page.
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.