com.atproto.repo.list Missing Blobs

GET {{baseUrl}}/xrpc/com.atproto.repo.listMissingBlobs?limit=500&cursor=<string>

This endpoint is part of the atproto PDS repository management APIs. Requests usually require authentication (unlike the `com.atproto.sync.` endpoints), and are made directly to the user's own PDS instance.*

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

Returns a list of missing blobs for the requesting account. Intended to be used in the account migration flow.

Request Params

KeyDatatypeRequiredDescription
limitnumber
cursorstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;blobs&quot;:[{&quot;cid&quot;:&quot;\u003ccid\u003e&quot;,&quot;recordUri&quot;:&quot;\u003cat-uri\u003e&quot;},{&quot;cid&quot;:&quot;\u003ccid\u003e&quot;,&quot;recordUri&quot;:&quot;\u003cat-uri\u003e&quot;}],&quot;cursor&quot;:&quot;\u003cstring\u003e&quot;}