app.bsky.feed.getListFeed
Get a feed of recent posts from a list (posts and reposts from any actors on the list). Does not require auth.
- class atproto_client.models.app.bsky.feed.get_list_feed.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.feed.getListFeed.- field list: AtUri [Required]
Reference (AT-URI) to the list record.
- class atproto_client.models.app.bsky.feed.get_list_feed.ParamsDict
Bases:
TypedDict- list: AtUri
Reference (AT-URI) to the list record.
- cursor: NotRequired[str | None]
Cursor.
- limit: NotRequired[int | None]
Limit.
- class atproto_client.models.app.bsky.feed.get_list_feed.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.feed.getListFeed.- field feed: List[models.AppBskyFeedDefs.FeedViewPost] [Required]
Feed.