space.highport.admin.getDomain

lexicons.highport.space

Documentation

Everything bard knows about one domain: registration, event history, job log, certificate state, and last verification result.

main query

Everything bard knows about one domain: registration, event history, job log, certificate state, and last verification result.

Parameters

domain string Required

The hostname.

Output

Encodingapplication/json
events array Required

No description available.

jobs array Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
The hostname.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "domain",
        "events",
        "jobs",
        "tls",
        "verification"
      ],
      "properties": {
        "tls": {
          "ref": "space.highport.defs#tlsView",
          "type": "ref"
        },
        "jobs": {
          "type": "array",
          "items": {
            "ref": "space.highport.defs#jobView",
            "type": "ref"
          }
        },
        "domain": {
          "ref": "space.highport.defs#domainView",
          "type": "ref"
        },
        "events": {
          "type": "array",
          "items": {
            "ref": "space.highport.defs#domainEvent",
            "type": "ref"
          }
        },
        "verification": {
          "ref": "space.highport.defs#verificationView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "domain"
    ],
    "properties": {
      "domain": {
        "type": "string",
        "maxLength": 253,
        "description": "The hostname."
      }
    }
  },
  "description": "Everything bard knows about one domain: registration, event history, job log, certificate state, and last verification result."
}

Lexicon Garden

@