# List comments on a post

`needleListLinkedinPostComments`

List comments on a post, or replies to one comment when commentId is given.

**Input**

- `postId` (string, required): Post id as returned by a post listing or search. An id copied from a post URL often does not resolve.
- `connectedAccountId` (string · uuid, required): Connected account to act as
- `commentId` (string, optional): Read replies to this comment instead of top-level comments.
- `sortBy` ("MOST_RECENT" | "MOST_RELEVANT", optional)
- `cursor` (string, optional)
- `limit` (integer, optional)
