See who boosted a status
get_boosted_byRetrieve the accounts that boosted a specified Mastodon status. Provide the status ID to get the list of boosting accounts, with optional limits and account selection.
Instructions
The accounts that boosted a status, as far as your instance knows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| limit | No | How many. Default 40. | |
| account | No | Which connected account to act as. Matches a full handle (alice@example.social), a bare username (alice), or an instance (example.social). Defaults to the first connected account. Call list_accounts to see them. |