Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.admin.getSubjectStatus

atproto-lexicons.bsky.social

Documentation

main query

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

Parameters

blob string cid Optional

A content identifier (CID) referencing immutable data.

did string did Optional

A decentralized identifier (DID).

uri string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json
subject union Required

No description provided.

Try It

Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.

These methods interact directly with Personal Data Servers and require careful handling. Use a dedicated client or CLI tool instead.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "subject"
      ],
      "properties": {
        "subject": {
          "refs": [
            "com.atproto.admin.defs#repoRef",
            "com.atproto.repo.strongRef",
            "com.atproto.admin.defs#repoBlobRef"
          ],
          "type": "union"
        },
        "takedown": {
          "ref": "com.atproto.admin.defs#statusAttr",
          "type": "ref"
        },
        "deactivated": {
          "ref": "com.atproto.admin.defs#statusAttr",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "did": {
        "type": "string",
        "format": "did"
      },
      "uri": {
        "type": "string",
        "format": "at-uri"
      },
      "blob": {
        "type": "string",
        "format": "cid"
      }
    }
  },
  "description": "Get the service-specific admin status of a subject (account, record, or blob)."
}

Lexicon Garden

@