List one account's videos
List videos discovered from a single tracked account.
The nested, single-account form of /account-videos. Cursor-paginated,
newest first by default. Returns 404 if the account is not tracked by
your organization.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Tracked account UUID.
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 When true, the response includes pagination.total_count. Adds one extra COUNT(*) query — leave off for cheap paging.
Response
Successful Response