Post lookup
Fetch public metadata and candidate links for a Threads post.
Capability ID
threads.post
Cost
1 credit per request
Maximum runtime
45 seconds
POST
/execute
Shared execution endpoint
Input parameters
handle
string
optional
Threads handle, with or without a leading @. Requires post_id.
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.
| Path | Observed type | Example |
|---|---|---|
canonical_url |
string |
https://www.threads.com/@renuka10587/post/DbK9s5wiLRt |
description |
string |
ππ«°π«Άπ.... #instagram |
handle |
string |
renuka10587 |
image_url |
string |
https://scontent-lax3-2.cdninstagram.com/v/t51.71878-15/[redacted:token⦠|
partial |
boolean |
false |
post_id |
string |
DbK9s5wiLRt |
post_url |
string |
https://www.threads.com/@renuka10587/post/DbK9s5wiLRt |
request_url |
string |
https://www.threads.com/@renuka10587/post/DbK9s5wiLRt |
title |
string |
renuka (@renuka10587) on Threads |
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.