com.atproto.admin.getSubjectStatus
GET/xrpc/com.atproto.admin.getSubjectStatus
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
Query Parameters
did did
uri at-uri
blob cid
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
- com.atproto.admin.defs.repoRef
- com.atproto.repo.strongRef
- com.atproto.admin.defs.repoBlobRef
subject
object
required
oneOf
did didrequired
uri at-urirequired
cid cidrequired
did didrequired
cid cidrequired
recordUri at-uri
takedown
object
applied booleanrequired
ref string
deactivated
object
applied booleanrequired
ref string
{
"subject": {},
"takedown": {
"applied": true,
"ref": "string"
},
"deactivated": {
"applied": true,
"ref": "string"
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
Possible values: [InvalidRequest
, ExpiredToken
, InvalidToken
]
message stringrequired
{
"error": "InvalidRequest",
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error required
message stringrequired
{
"message": "string"
}
Loading...