app.bsky.feed.getPostThread

Domain Index: bsky.app

Crawl History

#main - query

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

Query Parameters

Name Type Details
depth integer

How many levels of reply depth should be included in response.

Default: 6

Maxumum:

parentHeight integer

How many levels of parent (and grandparent, etc) post to include.

Default: 80

Maxumum:

uri string (required)

Reference (AT-URI) to post record.

Syntax Format: at-uri

Response Body

Content Type: application/json

Data Fields

Name Type Details
thread union (required)

Open Union:

threadgate ref

Reference: app.bsky.feed.defs#threadgateView

Errors

Name Description
NotFound