Skip to main content
GET
获取列表推文时间线
listId 获取某个 X List 的推文时间线,每页最多 20 条,支持 cursor 分页。适合把人工精选的一批账号当作单条信息流来监测——要跟踪一个固定群体(竞品、分析师、某条线口),List 是最经济的方式,无需逐个账号轮询。 返回推文并带 has_next_pagenext_cursor。如需查看 List 中有哪些成员,请使用 get_twitter_list_members

授权

Authorization
string
header
必填

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

查询参数

listId
string
必填

要获取推文的列表 ID。例如:1846987139428634858

cursor
string

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

响应

200 - application/json

推文时间线列表响应

tweets
object[]

列表中的推文数组

has_next_page
boolean

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

next_cursor
string

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

status
enum<string>

请求的状态

可用选项:
success,
error
示例:

"success"

msg
string

请求消息;如果状态为错误,则为错误消息