Get a thread of posts within a Circle Space
Parameters
Output
Encoding
application/jsoncircle
refblue.catbird.circle.defs#circleSummary
Required
No description available.
thread
refapp.bsky.feed.defs#threadViewPost
Required
No description available.
Errors
AuthRequired
AccessRemoved
UnsupportedPDS
ProtocolRevisionMismatch
UpstreamUnavailable
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthRequired"
},
{
"name": "AccessRemoved"
},
{
"name": "UnsupportedPDS"
},
{
"name": "ProtocolRevisionMismatch"
},
{
"name": "UpstreamUnavailable"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"thread",
"circle"
],
"properties": {
"circle": {
"ref": "blue.catbird.circle.defs#circleSummary",
"type": "ref"
},
"thread": {
"ref": "app.bsky.feed.defs#threadViewPost",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri",
"space"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"depth": {
"type": "integer",
"default": 6,
"maximum": 100,
"minimum": 0
},
"space": {
"type": "string",
"format": "space-ref"
},
"parentHeight": {
"type": "integer",
"default": 80,
"maximum": 100,
"minimum": 0
}
}
},
"description": "Get a thread of posts within a Circle Space"
}