{
"id": "app.didpic.feed.getPostThread",
"defs": {
"main": {
"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": "Number of top-level comments to return. Each carries up to 3 inline replies, so the response can hold up to 4× this many comment views."
},
"cursor": {
"type": "string"
}
}
},
"description": "A single post plus a page of its top-level comments, oldest first. Each comment carries up to 3 inline replies; if `replies.length < replyCount`, the rest are fetched via feed.getCommentReplies."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreiei5efgi4o72j65bswxn2p5dpwbtbbb5moqjm5r6znnv2fuy6u3jm
- Indexed At
- 2026-05-16 06:10 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.feed.getPostThread
Version History (2 versions)