get_post_comments
Retrieve comments from a LinkedIn post using its URN. Supports pagination to control the number and offset of comments returned.
Instructions
Get comments on a LinkedIn post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postUrn | Yes | The URN of the post to get comments for | |
| count | No | Number of comments to retrieve (1-100, default 10) | |
| start | No | Pagination offset (default 0) |