com.atproto.sync.list Blobs

GET {{baseUrl}}/xrpc/com.atproto.sync.listBlobs?did=<did>&since=<string>&limit=500&cursor=<string>

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 Params

KeyDatatypeRequiredDescription
didstring(Required) The DID of the repo.
sincestringOptional revision of the repo to list blobs since.
limitnumber
cursorstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;cids&quot;:[&quot;\u003ccid\u003e&quot;,&quot;\u003ccid\u003e&quot;],&quot;cursor&quot;:&quot;\u003cstring\u003e&quot;}