Get Threads insights (beta)
Beta. Returns engagement metrics for a single Threads post (level=media) or for the connected account (level=account). Requires the threads_manage_insights Threads permission, which is pending Meta App Review, so calls may return an upstream authorization error for accounts outside the app’s tester roster until that permission is granted. Media metrics are views, likes, replies, reposts, quotes and shares. Account metrics are those five plus clicks, followers_count and follower_demographics. shares is media-only and clicks is account-only. follower_demographics requires exactly one breakdown (country, city, age or gender) and rejects since or until.
Authorizations
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Query Parameters
Connected account ID
media or account
Platform post ID, required when level is media
Comma-separated metric names, defaults to all metrics valid for the level
One of country, city, age, gender; only valid with follower_demographics
Unix timestamp lower bound, must be >= 1712991600
Unix timestamp upper bound, must be >= 1712991600
Response
OK