The Groniz CLI can pull engagement metrics for both individual posts and entire channels (integrations). Not every platform exposes analytics — some networks don’t provide an API for it at all, and others restrict what’s available depending on the account type. This page explains what’s available, how to query it, and what to do when analytics aren’t showing up.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/groniz/groniz-cli/llms.txt
Use this file to discover all available pages before exploring further.
Platform analytics
Usegroniz analytics platform to retrieve metrics for a connected channel. The --integration-id flag is required. Use the optional --from and --to flags to scope results to a date range.
Post analytics
Usegroniz analytics post to retrieve metrics for a specific post by its ID.
Platform availability
Analytics support varies by network. The table below shows which platforms report metrics and what each one provides.Supported platforms
| Platform | Available metrics |
|---|---|
| X | Impressions, likes, retweets, replies, quotes, bookmarks |
| Views, reach, likes, comments, shares, saves | |
| LinkedIn Pages | Available (Pages only — personal profiles not supported) |
| Impressions, clicks, reactions, engagement | |
| Threads | Views, likes, replies, reposts, quotes |
| Impressions, pin clicks, outbound clicks, saves |
Unsupported platforms
The following platforms do not expose analytics through the API:| Platform | Status |
|---|---|
| Not available | |
| Bluesky | Not available |
| Mastodon | Not available |
| Discord | Not available |
| Telegram | Not available |
For LinkedIn, analytics are only available on Pages (
__type: linkedin-page). Personal LinkedIn profiles (__type: linkedin) do not expose engagement data through the API.Release ID requirement
Analytics commands require the target post to have a release ID — the identifier that links the Groniz post record to the published content on the platform. If a post has no release ID,groniz analytics post will return no data.
Check for a missing release ID
Usegroniz posts missing to list published content from the provider that could be matched to a post with a missing release ID:
Connect the post to its release ID
Once you’ve identified the correct match, usegroniz posts connect with --post-id and --release-id to link the post:
For a full walkthrough of the missing release ID flow, see Posts — Release IDs and analytics.