See who quoted a post
get_quotesSee who quoted a specific Bluesky post to read commentary and arguments around it. Provide an at:// URI or bsky.app link to retrieve paged lists of quoting posts.
Instructions
Posts that quote a specific post. This is where the argument about a post usually lives: quotes carry commentary, reposts do not.
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. |