com.atproto.sync.listBlobs
List blob CIDs for an account, since some repo revision. Does not require auth; implemented by PDS.
- class atproto_client.models.com.atproto.sync.list_blobs.Params
Bases:
ParamsModelBaseParameters model for
com.atproto.sync.listBlobs.- field did: Did [Required]
The DID of the repo.
- class atproto_client.models.com.atproto.sync.list_blobs.ParamsDict
Bases:
TypedDict- did: Did
The DID of the repo.
- cursor: NotRequired[str | None]
Cursor.
- limit: NotRequired[int | None]
Limit.
- since: NotRequired[Tid | None]
Optional revision of the repo to list blobs since.
- class atproto_client.models.com.atproto.sync.list_blobs.Response
Bases:
ResponseModelBaseOutput data model for
com.atproto.sync.listBlobs.