pub.oysters.getPostThread

oysters.pub

{
  "id": "pub.oysters.getPostThread",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound",
          "description": "No submission at that URI, or it has been deleted."
        },
        {
          "name": "InvalidRequest",
          "description": "The URI is not an AT-URI in one of this board's collections."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "thread"
          ],
          "properties": {
            "thread": {
              "ref": "pub.oysters.defs#threadViewPost",
              "type": "ref",
              "description": "The submission and its replies."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the submission."
          },
          "depth": {
            "type": "integer",
            "default": 12,
            "maximum": 12,
            "minimum": 0,
            "description": "How many levels of replies to include. Beyond this, a comment's replies come back empty."
          }
        }
      },
      "description": "A submission and its discussion."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.oysters.getPostThread

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

Metadata

DID
did:plc:gsvuczfwpmrqpap45iz23j43
CID
bafyreiclkd52wkpbjydqf2nhihpszkvhf566ybuvpsdypch7ush36w3d5u
Indexed At
2026-08-26 13:09 UTC
AT-URI
at://did:plc:gsvuczfwpmrqpap45iz23j43/com.atproto.lexicon.schema/pub.oysters.getPostThread

Referenced Schemas (1)

Lexicon Garden

@