Skip to main content

com.atproto.sync.listBlobs

GET 

/xrpc/com.atproto.sync.listBlobs

This endpoint is part of the atproto repository synchronization APIs. Requests usually do not require authentication, and can be made to PDS intances or Relay instances.*

To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.

List blob CIDs 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...