Get Post Insights
GET {{api_host}}/{{thread_id}}/insights?metric={{metrics_post}}
Use the GET
/{threads-media-id}/insights endpoint to return the insights of a given Threads post.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
metric | string | views: The number of times the post was viewed. | |
Note: This metric is in development. |
likes: The number of likes on the post.
replies: The number of replies on the post. Note: This number includes only top-level replies.
reposts: The number of times the post was reposted.
quotes: The number of times the post was quoted. |