threads_get_post_details
Retrieve detailed information for a specific Threads post by ID, including text, timestamp, media type, permalink, and quote status.
Instructions
Fetch detailed information about a specific Threads post.
Args: post_id: The ID of the post to retrieve.
Returns: JSON string with post details including text, timestamp, media type, permalink, and quote status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |