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

com.atproto.server.getSession

atproto-lexicons.bsky.social

{
  "id": "com.atproto.server.getSession",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "handle",
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "email": {
              "type": "string"
            },
            "active": {
              "type": "boolean"
            },
            "didDoc": {
              "type": "unknown"
            },
            "handle": {
              "type": "string",
              "format": "handle"
            },
            "status": {
              "type": "string",
              "description": "If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.",
              "knownValues": [
                "takendown",
                "suspended",
                "deactivated"
              ]
            },
            "emailConfirmed": {
              "type": "boolean"
            },
            "emailAuthFactor": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Get information about the current auth session. Requires auth."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atproto.server.getSession

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6msi3pj7krzih5qxqtryxlzw
CID
bafyreihjh3lkkbdznrs5jfnt6mhxtnaitviqqma6zmoltt3weknwxlc5ae
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:6msi3pj7krzih5qxqtryxlzw/com.atproto.lexicon.schema/com.atproto.server.getSession

Lexicon Garden

@