TypeScript client
Analytics
List account analytics
Read live account-level analytics (followers, posts, views) for each of the team’s connected social accounts by calling the providers directly. Some providers (like X) charge credits for reads, so those accounts reserve organization credits first and an empty balance fails with 402. For a free, stored team-wide rollup instead, use getAnalyticsAggregates.
GET
TypeScript client
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.
Response
Success