com.atproto.repo.get_record¶

class atproto_client.models.com.atproto.repo.get_record.Params¶

Bases: ParamsModelBase

Parameters model for com.atproto.repo.getRecord.

field cid: str | None = None¶
field collection: str [Required]¶

The NSID of the record collection.

Constraints:
field repo: str | str [Required]¶

The handle or DID of the repo.

field rkey: str [Required]¶

The Record Key.

Constraints:
class atproto_client.models.com.atproto.repo.get_record.ParamsDict¶

Bases: TypedDict

cid: typing_extensions.NotRequired[str | None]¶

The CID of the version of the record. If not specified, then return the most recent version.

collection: str¶

The NSID of the record collection.

repo: str¶

The handle or DID of the repo.

rkey: str¶

The Record Key.

class atproto_client.models.com.atproto.repo.get_record.Response¶

Bases: ResponseModelBase

Output data model for com.atproto.repo.getRecord.

field cid: str | None = None¶

Cid.

field uri: str [Required]¶

Uri.

Constraints:
field value: UnknownType [Required]¶

Value.