pub.chive.admin.listPDSes

chive.pub

{
  "id": "pub.chive.admin.listPDSes",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "AdminRequired"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "stats": {
              "ref": "#pdsStats",
              "type": "ref",
              "description": "PDS statistics"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of results"
          }
        }
      },
      "description": "List known PDSes and their statistics"
    },
    "pdsInfo": {
      "type": "object",
      "required": [
        "url",
        "status"
      ],
      "properties": {
        "url": {
          "type": "string",
          "description": "PDS URL"
        },
        "status": {
          "type": "string",
          "description": "Health status",
          "knownValues": [
            "healthy",
            "unhealthy",
            "unknown"
          ]
        },
        "lastScan": {
          "type": "string",
          "format": "datetime",
          "description": "Last scan timestamp"
        },
        "errorCount": {
          "type": "integer",
          "description": "Total errors encountered"
        },
        "recordCount": {
          "type": "integer",
          "description": "Number of indexed records"
        },
        "consecutiveErrors": {
          "type": "integer",
          "description": "Consecutive error count"
        }
      },
      "description": "Information about a single PDS"
    },
    "pdsStats": {
      "type": "object",
      "required": [
        "total",
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "ref": "#pdsInfo",
            "type": "ref"
          },
          "description": "Individual PDS entries"
        },
        "total": {
          "type": "integer",
          "description": "Total known PDSes"
        },
        "healthy": {
          "type": "integer",
          "description": "Number of healthy PDSes"
        },
        "unhealthy": {
          "type": "integer",
          "description": "Number of unhealthy PDSes"
        },
        "withRecords": {
          "type": "integer",
          "description": "PDSes with indexed records"
        }
      },
      "description": "PDS registry statistics"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.admin.listPDSes

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreifpbcizseyr6b7enxoceyj5qaxmq5zrjchqhriemeedvphfwkevqq
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.admin.listPDSes

Lexicon Garden

@