Get post thread
Fetch a post thread with bounded nested replies depth.
Capability ID
bluesky.feed.get_post_thread
Cost
1 credit per request
Maximum runtime
120 seconds
POST
/execute
Shared execution endpoint
Input parameters
depth
integer
optional
Depth supplied for this request.
Example
25
uri
string
required
Uri supplied for this request.
Example
at://did:plc:bzxbgtybz2h5untckchdlocr/app.bsky.feed.post/3mspud5re5c26
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
depth_requested |
integer |
25 |
depth_used |
integer |
0 |
thread |
object |
1 fields |
thread.post |
object |
6 fields |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.