List tracked accounts
List the organization’s tracked accounts, newest first by default.
Cursor-paginated. Each row carries the account’s profile fields and
its latest engagement metrics, plus the per-account tracking-limit
overrides (max_recent_posts_per_account, post_lookback_days) and
their computed effective_* values (null override = inheriting the
organization default).
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. -added_at). Prefer order_by + order_direction, which are validated as enums. Allowed keys: added_at, username, last_scrape_time, follower_count, view_count, like_count, play_count.
Field to sort by. Overrides sort.
added_at, username, last_scrape_time, follower_count, view_count, like_count, play_count Sort direction (default desc). Used with order_by.
asc, desc Filter by platform: instagram or tiktok.
instagram, tiktok Filter by tracking state (active vs paused).
Only accounts linked to this creator.
Filter by the account's category label.
Case-insensitive substring match against the account's username or display name.
128When true, the response includes pagination.total_count. Adds one extra COUNT(*) query — leave off for cheap paging.