blue.catbird.circle.getPostThread

catbird.blue

Documentation

Get a thread of posts within a Circle Space

main query

Get a thread of posts within a Circle Space

Parameters

depth integer Optional

No description available.

parentHeight integer Optional

No description available.

space string space-ref Required

No description available.

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json

Errors

AuthRequired
AccessRemoved
UnsupportedPDS
ProtocolRevisionMismatch
UpstreamUnavailable
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
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "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"
}

Lexicon Garden

@