TikTok for Developers · Arazzo Workflow
TikTok User Profile and Recent Videos
Version 1.0.0
Read the authenticated user's profile, list their recent videos, then refresh metadata for the newest video.
Provider
Workflows
user-profile-and-videos
Snapshot a creator's profile and refresh their newest video metadata.
Reads the authenticated user's profile fields, lists their recent public videos, and re-queries the newest video id to refresh its cover image and counts.
1
getProfile
getUserInfo
Read the authenticated user's basic profile information using the requested set of user fields.
2
listRecentVideos
listVideos
List the user's most recently uploaded public videos, sorted by create time descending.
3
refreshNewestVideo
queryVideos
Re-query the newest video by id to refresh its cover image URL TTL and pull fresh engagement metrics.