Skip to main content
GET
获取推文转发用户
列出转发了某条推文的账号,支持 cursor 分页。适合用于梳理谁在扩散这条信息,以及他们的影响力如何。 返回的是用户对象(handle、名称、简介、粉丝数、认证状态)——不是推文。 如需带评论的转发,请使用 get_twitter_tweet_quotes

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

tweetId
string
必填

要获取转推用户的推文 ID。

cursor
string

分页游标。

响应

200 - application/json

成功响应

users
object[]
has_next_page
boolean
next_cursor
string
status
string
msg
string