get_profile_post_comment
Retrieve up to 50 comments from a LinkedIn profile post. Use the post URN, sort by relevance or recency, and paginate with tokens.
Instructions
Get 50 comments of a profile post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urn | Yes | Post (activity) 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. |