List your TikTok posts
list_videosRetrieve public TikTok posts newest first, including views, likes, comments, shares, and engagement rate. Automatically paginates beyond 20-video limits for full account history.
Instructions
Your public TikTok posts, newest first, with views, likes, comments, shares and a computed engagement rate. Pages past TikTok's 20-per-page limit automatically. Only public posts appear: TikTok's API cannot see private or draft videos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many videos to return. Default 20. Each 20 is one API call, so keep it to what you need. | |
| cursor | No | Continue from a previous page, or pass your own Unix timestamp in MILLIseconds to start from a date. Note this is milliseconds while posted_at is derived from seconds. | |
| account | No | Which connected TikTok account to act as, by the name you gave it in TIKTOK_ACCOUNTS. Defaults to the first. Call list_accounts to see them. |