Skip to main content
POST
List Kling API 2.0 tasks by cursor
task_idsexternal_task_ids 二选一,多个 ID 用英文逗号分隔。新版成功状态为 succeeded,任务字段为 idstatusoutputs 游标列表使用平台已保存的任务快照。续页只需上页 next_cursor,原时间窗口与筛选条件会保留;需要即时状态时使用按 ID 查询。旧格式游标需重新发起首查询。

Authorizations

Authorization
string
header
required

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

Body

application/json
cursor
string

使用上页 next_cursor,延续原时间窗口与筛选条件。

end_time
string

Unix 毫秒,默认当前时间。

filters
object[]
limit
integer
default:100
Required range: 1 <= x <= 500
start_time
string

Unix 毫秒,默认 end_time 减30天。

Response

200 - application/json

OK

code
integer
data
object
message
string
request_id
string