Skip to main content
GET
获取推文回复 V2
获取某条推文的回复,并可控制排序方式——Relevance(默认)、Latest 或 Likes——每页 20 条,支持 cursor 分页。只要排序重要,就应使用本接口而不是 get_twitter_tweet_replies:Likes 会突出社区中最受认可的回应,Latest 则给出正在展开的讨论串的实时视图。 返回带互动计数的完整推文对象。

授权

Authorization
string
header
必填

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

查询参数

tweetId
string
必填

要获取回复的推文 ID。例如 1846987139428634858

cursor
string

用于对结果进行分页的游标。第一页请留空。

queryType
enum<string>
默认值:Relevance

回复的排序顺序。默认为相关性。

可用选项:
Relevance,
Latest,
Likes

响应

200 - application/json

推文回复响应

has_next_page
boolean

指示是否还有更多可用结果

next_cursor
string

用于获取下一页结果的游标

status
enum<string>

请求的状态

可用选项:
success,
error
示例:

"success"

tweets
object[]

回复推文数组。

msg
string

状态为错误时的错误消息。