threads_get_user_insights
Retrieve account-level Threads insights including views, likes, replies, reposts, quotes, clicks, followers count, and follower demographics. Specify metrics and period (day or lifetime) for time-series or demographic data.
Instructions
Get account-level Threads insights (views, likes, replies, reposts, quotes, clicks, followers, follower demographics). Requires period parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes | Comma-separated metrics: views,likes,replies,reposts,quotes,clicks,followers_count,follower_demographics | |
| period | No | Time aggregation period. Use 'day' for time-series metrics (views, likes, replies, reposts, quotes, followers_count). Use 'lifetime' only for follower_demographics. | day |
| since | No | Start date (Unix timestamp). Required when period is 'day'. | |
| until | No | End date (Unix timestamp). Required when period is 'day'. |