API documentation
查询任务记录
分页查询当前账户提交过的任务。
This content is not available in your language yet.
GET /v1/tasks?state=completed&page=1&pageSize=20state 可选;可用值为 pending、processing、completed、failed、stopped。pageSize 最大为 100。
列表返回任务概要。需要回答内容时,再按 taskId 调用单个任务查询接口。