com.atproto.repo.listMissingBlobs
#main
Returns a list of missing blobs for the requesting account. Intended to be used in the account migration flow.
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
limit | integer | - | ❌ | - |
cursor | string | - | ❌ | - |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
cursor | string | - | ❌ | - |
blobs | array of #recordBlob | - | ✅ | - |
#recordBlob
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
cid | string (cid) | - | ✅ | - |
recordUri | string (at-uri) | - | ✅ | - |