channels_metrics
Aggregated totals and per-day engagement across all published posts of one channel, optionally restricted to a time range.
Aggregated totals and per-day engagement across all published posts of one channel, optionally restricted to a time range.
Input
| Field | Type | Required | Description |
|---|---|---|---|
organization | string | no | Organization slug to act in (see organizations_list). Optional: API keys are bound to one organization; OAuth connections default to your active organization. |
channel_id | string | yes | |
from | string | no | ISO-8601 with offset |
to | string | no | ISO-8601 with offset |
Result
JSON on success. A refusal comes back as an error prefixed with its code (NOT_FOUND, FORBIDDEN, TOO_MANY_REQUESTS, …) and a message written to be acted on — read it before retrying.
The same operation elsewhere
This tool and the REST operation channelsMetrics and the CLI command inklate channels metrics run the same guarded procedure the dashboard uses — same permissions, same validation, same tenant isolation.
posts_metrics
Per-channel metric totals (impressions, reactions, comments, shares, clicks) and the full snapshot time series for one post.
channels_growth
Account-level growth analytics: followers trajectory + net change, page views/engagements/profile views per day, a per-channel breakdown, per-provider coverage (what each platform can report and why a number is missing)…