{
"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": "Top-level comments per page."
},
"cursor": {
"type": "string"
}
}
},
"description": "A post and a page of its top-level comments."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreih5socbz7dsdudk3s2orsahrfegcophbixkpiddc3b3ldwjifx6tm
- Indexed At
- 2026-05-18 00:14 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.feed.getPostThread
Version History (2 versions)