com.atproto.sync.list_blobs

class atproto_client.models.com.atproto.sync.list_blobs.Params

Bases: ParamsModelBase

Parameters model for com.atproto.sync.listBlobs.

field cursor: str | None = None

Cursor.

field did: str [Required]

The DID of the repo.

field limit: int | None = 500

Limit.

Constraints:
  • ge = 1

  • le = 1000

field since: str | None = None

Optional revision of the repo to list blobs since.

class atproto_client.models.com.atproto.sync.list_blobs.ParamsDict(*args, **kwargs)

Bases: dict

cursor: typing_extensions.NotRequired[str | None]

Cursor.

did: str

The DID of the repo.

limit: typing_extensions.NotRequired[int | None]

Limit.

since: typing_extensions.NotRequired[str | None]

Optional revision of the repo to list blobs since.

class atproto_client.models.com.atproto.sync.list_blobs.Response

Bases: ResponseModelBase

Output data model for com.atproto.sync.listBlobs.

field cids: List[str] [Required]

Cids.

field cursor: str | None = None

Cursor.