List an account's lists
get_listsRetrieve curated lists created by a Bluesky account. Pass the actor's handle or DID to see their lists, then use returned URIs to read feeds or view members.
Instructions
Curated lists an account has created. Pass a returned URI to get_list_posts to read the feed, or get_list_members to see who is on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Handle or DID. | |
| limit | No | How many to return per page, 1-100. | |
| cursor | No | Continue from a previous page. Pass the `cursor` attribute from the last result. | |
| 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. |