rip.pds.admin.getOwner

pds.rip

{
  "id": "rip.pds.admin.getOwner",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotAnOperator",
          "description": "The calling account does not operate this server."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "owner",
            "accounts",
            "history"
          ],
          "properties": {
            "owner": {
              "ref": "rip.pds.admin.defs#ownerView",
              "type": "ref"
            },
            "history": {
              "type": "array",
              "items": {
                "ref": "rip.pds.admin.defs#eventView",
                "type": "ref"
              },
              "description": "Creations, deletions, takedowns, labels and handle changes across all of their accounts, newest first."
            },
            "accounts": {
              "type": "array",
              "items": {
                "ref": "rip.pds.admin.defs#accountView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did"
          },
          "historyLimit": {
            "type": "integer",
            "default": 200,
            "maximum": 500,
            "minimum": 1
          }
        }
      },
      "description": "One person's accounts and their whole recorded history on this server, including accounts that are already gone. Operators only."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rip.pds.admin.getOwner

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:w24v65i3bcsxk6mbbgfdukve
CID
bafyreib7xd6oitirj6zoxipadtzhnvayd7xx4gjkjbtqxbxdiigpxaalpu
Indexed At
2026-09-24 02:18 UTC
AT-URI
at://did:plc:w24v65i3bcsxk6mbbgfdukve/com.atproto.lexicon.schema/rip.pds.admin.getOwner

Referenced Schemas (3)

Lexicon Garden

@