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
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
uri | string (at-uri) | - | ✅ | Reference (AT-URI) to post record. |
depth | integer | - | ❌ | How many levels of reply depth should be included in response. |
parentHeight | integer | - | ❌ | How many levels of parent (and grandparent, etc) post to include. |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
thread | union of app.bsky.feed.defs#threadViewPost app.bsky.feed.defs#notFoundPost app.bsky.feed.defs#blockedPost | - | ✅ | - |