com.atproto.sync.getBlob

Get a blob associated with a given account. Returns the full blob as originally uploaded. Does not require auth; implemented by PDS.

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

Bases: ParamsModelBase

Parameters model for com.atproto.sync.getBlob.

field cid: Cid [Required]

The CID of the blob to fetch.

field did: Did [Required]

The DID of the account.

class atproto_client.models.com.atproto.sync.get_blob.ParamsDict

Bases: TypedDict

cid: Cid

The CID of the blob to fetch.

did: Did

The DID of the account.

atproto_client.models.com.atproto.sync.get_blob.Response

Response raw data type.