com.atproto.sync.get Repo Status

GET {{baseUrl}}/xrpc/com.atproto.sync.getRepoStatus?did=<did>

This endpoint is part of the atproto repository synchronization APIs. Requests usually do not require authentication, and can be made to PDS intances or Relay instances.*

To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.

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

Request Params

KeyDatatypeRequiredDescription
didstring(Required) The DID of the repo.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;did&quot;:&quot;\u003cdid\u003e&quot;,&quot;active&quot;:&quot;\u003cboolean\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;rev&quot;:&quot;\u003cstring\u003e&quot;}