threads_get_post_insights
Get engagement metrics for a Threads post by providing its post ID. Returns views, likes, replies, reposts, quotes, and shares.
Instructions
Fetch engagement metrics for a specific Threads post.
Args: post_id: The ID of the post to get insights for.
Returns: JSON string with metric name/value pairs for views, likes, replies, reposts, quotes, and shares.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |