# List the comments on a post

`needleListInstagramPostComments`

List the comments on an Instagram post, or the replies to one comment.

**Input**

- `postId` (string, required): postId from a posts listing, or the short code from the post URL.
- `connectedAccountId` (string · uuid, required): Connected account to act as
- `commentId` (string, optional): Read the replies to this comment instead of the top-level comments.
- `cursor` (string, optional)
- `limit` (integer, optional): Page size, up to 100. Defaults to 20. A page can hold fewer, so follow cursor until it comes back null.
