通过数据集ID查询最近一次加速任务。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
CubeId | string | 是 | 数据集 ID。 | d23d30c0-****-6c92bf668356 |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "46e53*********92704c8",
"Result": {
"JobHistoryId": "46e53********5464564",
"Status": "SUCCESS ",
"GmtCreate": "2025-06-18 17:07:43",
"GmtModified": "2025-06-18 17:08:26"
},
"Success": true
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Internal.System.Error | An internal system error occurred. | 系统内部异常。 |
400 | Invalid.Parameter.Error | The parameter is invalid:%s. | 无效参数%s。 |
400 | Cube.Not.Exist | The Cube does not exist. | 数据集不存在。 |
400 | Access.Forbidden | Your instance version or access key is not allowed to call the API operation, only professional version supports calling. | 您的实例版本或者 AccessKey不允许调用该 API,仅专业版支持调用。 |
400 | OrgAdminOrPermissionAdmin.CannotChangeTo.Viewer | Organization admin or permission admin can not change to viewer. | 组织管理员或权限管理员无法设置为访问者。 |
访问错误中心查看更多错误码。