com.atproto.sync.getRepoStatus
#main
Get the hosting status for a repository, on this server. Expected to be implemented by PDS and Relay.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| did | string (did) | - | ✅ | The DID of the repo. |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| did | string (did) | - | ✅ | - |
| active | boolean | - | ✅ | - |
| status | string | takendown suspended deleted deactivated desynchronized throttled | ❌ | 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. |
| rev | string (tid) | - | ❌ | Optional field, the current rev of the repo, if active=true |