com.atproto.admin.get Subject Status

GET {{baseUrl}}/xrpc/com.atproto.admin.getSubjectStatus?did=<did>&uri=<at-uri>&blob=<cid>

This endpoint is part of the atproto PDS management APIs. Requests usually require admin authentication and are made directly to the PDS instance.

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

Get the service-specific admin status of a subject (account, record, or blob).

Request Params

KeyDatatypeRequiredDescription
didstring
uristring
blobstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;subject&quot;:{&quot;did&quot;:&quot;\u003cdid\u003e&quot;},&quot;takedown&quot;:{&quot;applied&quot;:&quot;\u003cboolean\u003e&quot;,&quot;ref&quot;:&quot;\u003cstring\u003e&quot;},&quot;deactivated&quot;:{&quot;applied&quot;:&quot;\u003cboolean\u003e&quot;,&quot;ref&quot;:&quot;\u003cstring\u003e&quot;}}