See who favourited a status
get_favourited_byRetrieve the list of accounts that favourited a specific status by its ID. Results include only those known to your instance due to federation.
Instructions
The accounts that favourited a status. Federation means this is only who your instance knows about, not necessarily everyone.
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. |