Skip to main content

com.atproto.sync.listRepos

GET 

com.atproto.sync.listRepos

Enumerates all the DID, rev, and commit CID for all repos hosted by this service. Does not require auth; implemented by PDS and Relay.

Request

Query Parameters

    limit integer

    Possible values: >= 1 and <= 1000

    Default value: 500

    cursor string

Responses

OK

Schema

    cursor string

    repos

    object[]

    required

  • Array [

  • did didrequired
    head cidrequired

    Current repo commit CID

    rev stringrequired
  • ]

Loading...