Skip to content

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

GET
/xrpc/com.atproto.sync.listRepos
limit
integer
default: 500 >= 1 <= 1000
cursor
string

Success

object
cursor
string
repos
required
Array<object>
object
did
required
string format: did
head
required

Current repo commit CID

string format: cid
rev
required
string format: tid
active
boolean
status

If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.

string