Skip to main content
返回通过 创建模型导出 创建的每个导出任务。可用其轮询完成状态,或跨模型对账一组导出。

接口

认证

Authorization: Bearer <api_key or JWT>

查询参数

string
筛选某个模型的导出。
string
按状态筛选:pendingrunningdonefailed
string
按目标格式筛选:ggufmlxmnnqnn

响应

integer
成功时为 0
object
信封,包含 items 数组,每个导出记录带有 idmodel_idformatstatusartifact_path 与时间戳。

示例