Skip to main content

com.atproto.repo.listMissingBlobs

GET 

com.atproto.repo.listMissingBlobs

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...