Skip to main content
获取导出任务的当前状态,包括其格式、进度,以及(完成后)产物路径。导出 ID 由 创建模型导出 返回。

接口

认证

Authorization: Bearer <api_key or JWT>。

路径参数

string
required
导出任务标识符。

响应

integer
成功时为 0。
object
导出记录,字段包括 id、model_id、format(gguf | mlx | mnn | qnn)、status(pending | running | done | failed)、progress、artifact_path、error 与时间戳。

示例