# List the likes on a post

`needleListInstagramPostReactions`

List the accounts that liked an Instagram post, or one of its comments.

**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 likes on this comment instead of the ones on the post.
- `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.
