com.atproto.sync.getRecord

Get data blocks needed to prove the existence or non-existence of record in the current version of repo. Does not require auth.

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

Bases: ParamsModelBase

Parameters model for com.atproto.sync.getRecord.

field collection: Nsid [Required]

Collection.

field did: Did [Required]

The DID of the repo.

field rkey: RecordKey [Required]

Record Key.

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

Bases: TypedDict

collection: Nsid

Collection.

did: Did

The DID of the repo.

rkey: RecordKey

Record Key.

atproto_client.models.com.atproto.sync.get_record.Response

Response raw data type.