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

app.bsky.feed.getPostThread

bsky-lexicons.bsky.social

{
  "id": "app.bsky.feed.getPostThread",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "thread"
          ],
          "properties": {
            "thread": {
              "refs": [
                "app.bsky.feed.defs#threadViewPost",
                "app.bsky.feed.defs#notFoundPost",
                "app.bsky.feed.defs#blockedPost"
              ],
              "type": "union"
            },
            "threadgate": {
              "ref": "app.bsky.feed.defs#threadgateView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference (AT-URI) to post record."
          },
          "depth": {
            "type": "integer",
            "default": 6,
            "maximum": 1000,
            "minimum": 0,
            "description": "How many levels of reply depth should be included in response."
          },
          "parentHeight": {
            "type": "integer",
            "default": 80,
            "maximum": 1000,
            "minimum": 0,
            "description": "How many levels of parent (and grandparent, etc) post to include."
          }
        }
      },
      "description": "Get posts in a thread. Does not require auth, but additional metadata and filtering will be applied for authed requests."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bsky.feed.getPostThread

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

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreif37upfzfu7t4rv3pqzz3swu2oc4nrxdxfr3xqjsrrmgyckneitta
Indexed At
2026-01-04 19:38 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.feed.getPostThread

Referenced Schemas (4)

Lexicon Garden

@