List who an account follows
get_followsRetrieve the list of accounts a specified Bluesky user follows. Pass a handle or DID to get paginated follow data automatically.
Instructions
Accounts a given account follows. Pages automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Handle or DID. | |
| limit | No | How many. Default 50. | |
| cursor | No | ||
| 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. |