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

com.atproto.sync.getHostStatus

atproto-lexicons.bsky.social

{
  "id": "com.atproto.sync.getHostStatus",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "HostNotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "hostname"
          ],
          "properties": {
            "seq": {
              "type": "integer",
              "description": "Recent repo stream event sequence number. May be delayed from actual stream processing (eg, persisted cursor not in-memory cursor)."
            },
            "status": {
              "ref": "com.atproto.sync.defs#hostStatus",
              "type": "ref"
            },
            "hostname": {
              "type": "string"
            },
            "accountCount": {
              "type": "integer",
              "description": "Number of accounts on the server which are associated with the upstream host. Note that the upstream may actually have more accounts."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "hostname"
        ],
        "properties": {
          "hostname": {
            "type": "string",
            "description": "Hostname of the host (eg, PDS or relay) being queried."
          }
        }
      },
      "description": "Returns information about a specified upstream host, as consumed by the server. Implemented by relays."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atproto.sync.getHostStatus

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@