app.bsky.graph.getLists
Enumerates the lists created by a specified account (actor).
- class atproto_client.models.app.bsky.graph.get_lists.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.graph.getLists.- field actor: AtIdentifier [Required]
The account (actor) to enumerate lists from.
- class atproto_client.models.app.bsky.graph.get_lists.ParamsDict
Bases:
TypedDict- actor: AtIdentifier
The account (actor) to enumerate lists from.
- cursor: NotRequired[str | None]
Cursor.
- limit: NotRequired[int | None]
Limit.
- purposes: NotRequired[List[Literal['modlist', 'curatelist'] | str] | None]
Optional filter by list purpose. If not specified, all supported types are returned.
- class atproto_client.models.app.bsky.graph.get_lists.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.graph.getLists.- field lists: List[models.AppBskyGraphDefs.ListView] [Required]
Lists.