app.didpic.feed.getPostThread

lexicons.didpic.app

Documentation

A post and a page of its top-level comments.

main query

A post and a page of its top-level comments.

Parameters

cursor string Optional

No description available.

limit integer Optional

Top-level comments per page.

uri string at-uri Required

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

Output

Encodingapplication/json
comments array Required

No description available.

cursor string Optional

No description available.

Errors

PostNotFound
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
Top-level comments per page.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "PostNotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "post",
        "comments"
      ],
      "properties": {
        "post": {
          "ref": "app.didpic.feed.defs#postView",
          "type": "ref"
        },
        "cursor": {
          "type": "string"
        },
        "comments": {
          "type": "array",
          "items": {
            "ref": "app.didpic.feed.defs#commentView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri"
      },
      "limit": {
        "type": "integer",
        "default": 30,
        "maximum": 100,
        "minimum": 1,
        "description": "Top-level comments per page."
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "A post and a page of its top-level comments."
}

Lexicon Garden

@