{
"id": "at.marque.dns.getRecords",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "NotFound",
"description": "The specified domain was not found or is not managed by Marque."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"domain",
"records"
],
"properties": {
"domain": {
"type": "string",
"maxLength": 253
},
"records": {
"type": "array",
"items": {
"ref": "at.marque.dns#entry",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"maxLength": 253,
"description": "The fully qualified domain name."
}
}
},
"description": "Fetch the parsed, active DNS records for a domain from the Marque nameserver."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Get the active DNS records for a managed zone."
}
Metadata
- DID
-
did:plc:nckosudltxrtrjkt4zz4jy5y
- CID
-
bafyreibwcb3nqaaeqyuwz75qkvhlfgmnchammfk64bvfxookd6cot4rdsq
- Indexed At
- 2026-06-15 14:57 UTC
- AT-URI
-
at://did:plc:nckosudltxrtrjkt4zz4jy5y/com.atproto.lexicon.schema/at.marque.dns.getRecords