ai.newnal.trustsquare.getReplies

bezalel-newnal.bsky.social

Documentation

Page through replies under a root comment.

main query

Page through replies under a root comment.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

root string at-uri Required

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

Output

Encodingapplication/json
cursor string Optional

No description available.

replies array Required

No description available.

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",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "replies"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "replies": {
          "type": "array",
          "items": {
            "ref": "ai.newnal.trustsquare.defs#commentView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "root"
    ],
    "properties": {
      "root": {
        "type": "string",
        "format": "at-uri"
      },
      "limit": {
        "type": "integer",
        "default": 30,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Page through replies under a root comment."
}

Lexicon Garden

@