Get activity comments
strava_get_activity_commentsRetrieve comments left on a specific Strava activity using its ID. Supports pagination for listing comments.
Instructions
Comments left on an activity (GET /activities/{id}/comments).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The activity identifier. | |
| page | No | Page number, defaults to 1. | |
| per_page | No | Items per page, defaults to 30. |