List your TikTok posts
list_videosRetrieve public TikTok videos with engagement metrics and automatic pagination beyond TikTok's per-page limit.
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. |