get_post_details
Fetch detailed metadata for a single Threads post using its media ID, returning content, author, timestamp, permalink, and media info.
Instructions
Fetch detailed metadata for a single Threads post.
Args: media_id: Unique Threads post/media ID.
Returns: JSON string with post content, author username, timestamp, permalink, and media info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |