app.bsky.graph.get_list

class atproto_client.models.app.bsky.graph.get_list.Params

Bases: ParamsModelBase

Parameters model for app.bsky.graph.getList.

field cursor: str | None = None

Cursor.

field limit: int | None = 50

Limit.

Constraints:
  • ge = 1

  • le = 100

field list: str [Required]

Reference (AT-URI) of the list record to hydrate.

class atproto_client.models.app.bsky.graph.get_list.ParamsDict(*args, **kwargs)

Bases: dict

cursor: typing_extensions.NotRequired[str | None]

Cursor.

limit: typing_extensions.NotRequired[int | None]

Limit.

list: str

Reference (AT-URI) of the list record to hydrate.

class atproto_client.models.app.bsky.graph.get_list.Response

Bases: ResponseModelBase

Output data model for app.bsky.graph.getList.

field cursor: str | None = None

Cursor.

field items: List[models.AppBskyGraphDefs.ListItemView] [Required]

Items.

field list: models.AppBskyGraphDefs.ListView [Required]

List.