Skip to main content

com.atproto.sync.listBlobs

GET 

com.atproto.sync.listBlobs

List blob CIDso for an account, since some repo revision. Does not require auth; implemented by PDS.

Request

Query Parameters

    did didrequired

    The DID of the repo.

    since string

    Optional revision of the repo to list blobs since.

    limit integer

    Possible values: >= 1 and <= 1000

    Default value: 500

    cursor string

Responses

OK

Schema

    cursor string
    cids cid[]required
Loading...