Post replies
Fetch public metadata and candidate reply links for a Threads post.
threads.post.replies
/execute
Shared execution endpoint
Input parameters
handle
string
optional
Threads handle, with or without a leading @. Requires post_id.
limit
integer
optional
Maximum reply links to return from the first public page.
10
post_id
string
optional
Threads post shortcode. Requires handle.
post_url
string
optional
Canonical public www.threads.com post URL. Do not combine with handle or post_id.
https://www.threads.com/@renuka10587/post/DbK9s5wiLRt
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
canonical_url |
string |
https://www.threads.com/@renuka10587/post/DbK9s5wiLRt |
partial |
boolean |
false |
post_url |
string |
https://www.threads.com/@renuka10587/post/DbK9s5wiLRt |
replies |
array |
3 items |
replies |
array |
3 items |
request_url |
string |
https://www.threads.com/@renuka10587/post/DbK9s5wiLRt/replies |
result_count |
integer |
8 |
visibility |
string |
anonymous_visible |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.