blue.catbird.circle.getPostThread

catbird.blue

{
  "id": "blue.catbird.circle.getPostThread",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired"
        },
        {
          "name": "AccessRemoved"
        },
        {
          "name": "UnsupportedPDS"
        },
        {
          "name": "ProtocolRevisionMismatch"
        },
        {
          "name": "UpstreamUnavailable"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "thread",
            "circle"
          ],
          "properties": {
            "circle": {
              "ref": "blue.catbird.circle.defs#circleSummary",
              "type": "ref"
            },
            "thread": {
              "ref": "app.bsky.feed.defs#threadViewPost",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri",
          "space"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri"
          },
          "depth": {
            "type": "integer",
            "default": 6,
            "maximum": 100,
            "minimum": 0
          },
          "space": {
            "type": "string",
            "format": "space-ref"
          },
          "parentHeight": {
            "type": "integer",
            "default": 80,
            "maximum": 100,
            "minimum": 0
          }
        }
      },
      "description": "Get a thread of posts within a Circle Space"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.catbird.circle.getPostThread

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

Metadata

DID
did:plc:xg4h4n7w5mh3m4uoi27me4hh
CID
bafyreif7ybcccya4kucswfdy6qod7d4t7amvre2tmcpxcx5nh2z7qnvojq
Indexed At
2026-08-26 15:54 UTC
AT-URI
at://did:plc:xg4h4n7w5mh3m4uoi27me4hh/com.atproto.lexicon.schema/blue.catbird.circle.getPostThread

Referenced Schemas (2)

Lexicon Garden

@