List account analytics
Read account-level analytics (followers, following, posts, likes) for each of the team’s connected social accounts, served from the stored daily snapshots. Free: no credits spent and no live provider calls. Returns the latest snapshot per account by default; pass BOTH from and to to also include a per-account daily series (bounded server-side) for follower-growth charts and previous-period deltas. Use getAnalyticsAggregates for the free, stored team-wide post rollup.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Query Parameters
Start of the follower-history window, ISO 8601 timestamp or YYYY-MM-DD (inclusive). Provide with to to include a per-account daily series.
"2026-05-01"
End of the follower-history window, ISO 8601 timestamp or YYYY-MM-DD (inclusive).
"2026-05-31"
Response
Success