get_post_likes
Retrieve users who liked a specific Threads post by providing the post ID, with an optional limit on 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 |