get_profile_post_comment
Retrieve comments from a LinkedIn profile post. Specify post URN and sort order (mostRelevant or mostRecent). Supports pagination to get up to 50 comments per page.
Instructions
Get 50 comments of a profile post (activity)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urn | Yes | Post urn value | |
| sort | Yes | it could be one of these; mostRelevant, mostRecent | |
| page | No | Example value: 1 | |
| paginationToken | No | It is required when fetching the next results page. The token from the previous call must be used. |