文档首页/Node SDK/Data ImportHttpImportProgressReq 此接口定义了 getImportJobProgress() 的请求体。 typescript询问 AIinterface HttpImportProgressReq 字段: jobId (string) - [必需] 指定导入作业 ID。 dbName (string) - 指定 Database 名称。 示例 javascript询问 AIconst request = { jobId: 'job-1234567890',};