List the accounts on a list
get_list_membersRetrieve all accounts included in a specified Bluesky list using its AT URI or bsky.app link. Optionally set a limit or cursor to paginate results.
Instructions
The accounts on a curated list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes | at:// URI or bsky.app link of the list. | |
| 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. |