List who an account follows
get_followsGet the accounts a given Bluesky user follows by providing their handle or DID. Automatically pages through all results to return the complete list.
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. |