Basic Analytics
This is a member-only chapter. Log in with your Signal Over Noise membership email to continue.
Log in to readModule 4 · Section 8 of 9
Basic Analytics
The Threads API provides view counts, like counts, reply counts, and repost counts per post. The skill wraps the insights endpoint:
threads-api insights --post-id "your-post-id"
Returns the key metrics for that post. For a summary of your recent posts:
threads-api recent --limit 5
Shows your last five posts with their engagement numbers. Useful for knowing which content lands — not to optimise obsessively, but to notice patterns over time.