Skip to main content

com.atproto.sync.getRepoStatus

GET 

/com.atproto.sync.getRepoStatus

Get the hosting status for a repository, on this server. Expected to be implemented by PDS and Relay.

Request

Query Parameters

    did didrequired

    The DID of the repo.

Responses

OK

Schema

    did didrequired
    active booleanrequired
    status string

    Possible values: [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.

    rev string

    Optional field, the current rev of the repo, if active=true

Loading...