Skip to main content

app.bsky.feed.getPostThread

#main

Get posts in a thread. Does not require auth, but additional metadata and filtering will be applied for authed requests.

Parameters

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)-Reference (AT-URI) to post record.
depthinteger-How many levels of reply depth should be included in response.
parentHeightinteger-How many levels of parent (and grandparent, etc) post to include.

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
threadunion of
app.bsky.feed.defs#threadViewPost
app.bsky.feed.defs#notFoundPost
app.bsky.feed.defs#blockedPost
--