tiktok.user_reposts
ActiveTool of Vee3
declared in 1.27.1
List reposts for a TikTok user. Provide either user_id or unique_id, not both. Pass cursor from a previous response to fetch the next page. Cost = 3 tokens.
Parameters schema
{
"type": "object",
"title": "get_tiktok_user_repostsArguments",
"properties": {
"count": {
"anyOf": [
{
"type": "integer",
"maximum": 30,
"minimum": 1
},
{
"type": "null"
}
],
"title": "Count",
"default": null,
"description": "Number of items to return (max 30)."
},
"cursor": {
"anyOf": [
{
"type": "string",
"maxLength": 4096
},
{
"type": "null"
}
],
"title": "Cursor",
"default": null,
"description": "Pagination cursor from a previous response."
},
"user_id": {
"anyOf": [
{
"type": "string",
"maxLength": 128
},
{
"type": "null"
}
],
"title": "User Id",
"default": null,
"description": "TikTok numeric user id."
},
"unique_id": {
"anyOf": [
{
"type": "string",
"maxLength": 128
},
{
"type": "null"
}
],
"title": "Unique Id",
"default": null,
"description": "TikTok unique id (username)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries