Per-account video stats
Per-account aggregate stats for every tracked account in the org.
Returns a list of {account_id, account_videos_count, posts_per_day_7d} rows — one per tracked account in
organization_{instagram,tiktok}_accounts. The web app’s Accounts
list grid uses this to render the “Videos Tracked” column with a
real count of org-discovered account videos (instead of the
platform-reported lifetime post count, which is frequently 0) and
the “Posting Activity (7d)” sparkline (replacing the old
individual-videos-only count, which excluded account-ingest-
discovered videos).
posts_per_day_7d is a 7-element array, oldest day first, with the
last element being today’s posts. Computed in UTC to match the rest
of the analytics surface.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response