获取用户回复列表/Get user replies

Threadsapi

About

获取用户回复列表/Get user replies

Documentation

获取用户回复列表/Get user replies

[中文]

用途:

  • 获取Threads用户的回复列表
  • 价格:0.002$ / 次

参数:

  • user_id: 用户ID,例如:63625256886
  • end_cursor: 分页游标(可选),用于获取下一页数据

返回:

  • 用户回复列表数据,包含:
    • threads: 回复列表
    • next_cursor: 下一页游标
    • has_more: 是否有更多数据

[English]

Purpose:

  • Get Threads user's reply list
  • Price: 0.002$ / time

Parameters:

  • user_id: User ID, for example: 63625256886
  • end_cursor: Pagination cursor (optional), used to get next page data

Return:

  • User reply list data, including:
    • threads: Reply list
    • next_cursor: Next page cursor
    • has_more: Has more data

[示例/Example]

user_id = "63625256886" end_cursor = None # or a cursor string from previous response

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取用户回复列表/Get user replies

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models