Read a list feed
get_list_postsFetch posts from accounts in a curated Bluesky list, ordered by recency. Use the list URI or bsky.app link to retrieve content.
Instructions
Posts from the accounts on a curated list, newest first. Take the list URI from get_pinned_feeds or a bsky.app /lists/ link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes | at:// URI or bsky.app link of the list. | |
| limit | No | How many posts. Default 30. | |
| 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. |