get_post_likes
Retrieve the list of users who liked a specific Threads post by providing its post ID. Optionally limit the number of likes returned.
Instructions
Get list of users who liked a post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of likes to retrieve | |
| post_id | Yes | ID of the post to get likes for |