See who liked a post
get_post_likesGet the accounts that liked a specific Bluesky post, newest first. Provide a post URI to analyze engagement or paginate through results.
Instructions
The accounts that liked a specific post, newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | at:// URI or bsky.app link of the post. | |
| limit | No | How many to return per page, 1-100. | |
| cursor | No | Continue from a previous page. Pass the `cursor` attribute from the last result. | |
| account | No | Which connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them. |