Get Thread Post Insights
threads_get_post_insightsRetrieve detailed performance metrics for a Threads post, including views, likes, replies, reposts, quotes, shares, reach, and saved counts.
Instructions
Gets performance metrics for a specific Threads post.
Args:
media_id (string): Threads media ID
metrics (string[]): Metrics to retrieve. Options: views, likes, replies, reposts, quotes, shares, reach, saved
Returns: Metric values for the post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_id | Yes | ||
| metrics | No | Metric names | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |