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
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
cursor | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"blobs":[{"cid":"\u003ccid\u003e","recordUri":"\u003cat-uri\u003e"},{"cid":"\u003ccid\u003e","recordUri":"\u003cat-uri\u003e"}],"cursor":"\u003cstring\u003e"}