List account-discovered videos
Flattened stream of videos discovered from tracked accounts.
Returns every post/video discovered on your organization’s tracked
accounts, across all of them, as one cursor-paginated stream (newest
first by default) — instead of fanning out one request per account.
Pass account_id to scope to a single account, or use the nested
/accounts/{account_id}/videos route. This differs from /videos,
which lists items added individually via POST /videos.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page size (1–200).
1 <= x <= 200Opaque pagination.next_cursor from the previous page.
Legacy signed sort string (e.g. -create_time). Prefer order_by + order_direction. Allowed keys: create_time, view_count, like_count, play_count.
Field to sort by. Overrides sort.
create_time, view_count, like_count, play_count Sort direction (default desc). Used with order_by.
asc, desc Filter by platform: instagram or tiktok.
instagram, tiktok Restrict to a single tracked account. Returns 404 if that account is not tracked by your organization.
Case-insensitive substring match against the post/video caption.
128When true, the response includes pagination.total_count. Adds one extra COUNT(*) query — leave off for cheap paging.
Response
Successful Response