Get Threads User Insights
threads_get_user_insightsGet time-series metrics and follower demographics for your Threads account, including views, likes, replies, and demographic breakdowns by age, country, city, or gender.
Instructions
Gets account-level metrics for the authenticated Threads user.
Args:
threads_user_id (string): Threads user ID
metrics (string[]): Options: Time-series: views, likes, replies, reposts, quotes, followers_count, reach Demographics: follower_demographics (breakdown by age, country, city, gender — requires 100+ followers)
since (string, optional): Start date YYYY-MM-DD (required for time-series metrics)
until (string, optional): End date YYYY-MM-DD
breakdown (string, optional): For follower_demographics: 'age', 'country', 'city', 'gender'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threads_user_id | Yes | ||
| metrics | No | ||
| since | No | ||
| until | No | ||
| breakdown | No | For follower_demographics metric only | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |