com.atproto.sync.listRepos
#main
Enumerates all the DID, rev, and commit CID for all repos hosted by this service. Does not require auth; implemented by PDS and Relay.
Parameters
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
limit | integer | - | ❌ | - |
cursor | string | - | ❌ | - |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
cursor | string | - | ❌ | - |
repos | array of #repo | - | ✅ | - |
#repo
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
did | string (did) | - | ✅ | - |
head | string (cid) | - | ✅ | Current repo commit CID |
rev | string | - | ✅ | - |
active | boolean | - | ❌ | - |
status | string | takendown suspended deactivated | ❌ | 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. |