No description available.
Input
Encoding
application/jsonlimit
integer
Optional
No description available.
tab
string
Optional
No description available.
uri
stringat-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
Output
Encoding
application/jsonSchemaat.inlay.defs#response
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"tab": {
"type": "string",
"default": "posts_and_author_threads",
"knownValues": [
"posts_and_author_threads",
"posts_and_replies"
]
},
"uri": {
"type": "string",
"format": "at-uri"
},
"limit": {
"type": "integer",
"default": 10
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "at.inlay.defs#response",
"type": "ref"
},
"encoding": "application/json"
}
}