Skip to documentation
Browse documentation

Post replies

Fetch public metadata and candidate reply links for a Threads post.

Capability ID threads.post.replies
Cost 1 credit per request
Maximum runtime 45 seconds
View raw

POST /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.

Example 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.

Example 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 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.

PathObserved typeExample
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.