Platform Analytics
Get analytics for a specific integration/channel. Returns metrics like followers, impressions, and engagement over time.Options
Examples
The metrics returned depend on the platform. For example, X returns followers and impressions, while YouTube may return subscribers and views.
Post Analytics
Get analytics for a specific published post. Returns metrics like likes, comments and impressions.Options
Examples
When a post shows {"missing": true}
If analytics:post returns {"missing": true}, the post was published but the platform did not return a usable post ID, so it is not connected to its published content yet. Resolve it, then retry:
The full error table: Troubleshooting.
Scripting with Analytics
Extract specific metrics usingjq. Every analytics command prints a one-line header before the JSON, so tail -n +2 drops it first; the header line is not JSON.