See who reposted a post
get_reposted_byIdentify who reposted a post. Provide the post's at:// URI or bsky.app link to get a list of reposting accounts, with pagination support.
Instructions
The accounts that reposted a specific post.
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. |