Skip to main content

com.atproto.repo.listMissingBlobs

GET 

/xrpc/com.atproto.repo.listMissingBlobs

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

Query Parameters

    limit integer

    Possible values: >= 1 and <= 1000

    Default value: 500

    cursor string

Responses

OK

Schema

    cursor string

    blobs

    object[]

    required

  • Array [

  • cid cidrequired
    recordUri at-urirequired
  • ]

Loading...