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
Key | Datatype | Required | Description |
---|---|---|---|
did | string | ||
uri | string | ||
blob | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"subject":{"did":"\u003cdid\u003e"},"takedown":{"applied":"\u003cboolean\u003e","ref":"\u003cstring\u003e"},"deactivated":{"applied":"\u003cboolean\u003e","ref":"\u003cstring\u003e"}}